python-dateutil icon indicating copy to clipboard operation
python-dateutil copied to clipboard

fuzzy parse throws error when some random number is in the str

Open grapemix opened this issue 10 years ago • 0 comments

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.

grapemix avatar Jul 27 '15 20:07 grapemix