python-dateutil
python-dateutil copied to clipboard
fuzzy parse throws error when some random number is in the str
for example:
dateutil.parser.parse("blah 12345 04.11.2014 Blah", fuzzy=True)
TypeError: 'NoneType' object is not iterable where 12345 is just some random number in terms of the datetime and meaningful info for the string
BTW, this lib and the fuzzy parse fxn is really cool. Thx.