Red Rooster <mark.muzenha...@googlemail.com> added the comment:

The issue is not that the date is before 1900, the issue are german month 
names. That strptime understands them, first set the locale like that:
locale.setlocale(locale.LC_TIME, "de_DE")

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41874>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to