[issue1777412] datetime.strftime dislikes years before 1900

STINNER Victor report at bugs.python.org
Sat Jan 8 03:01:33 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

r87845+r87846 sets time.strftime() minimum year to 1 instead of 1900. If Python is compiled with Visual Studio, it sets also the maximum year to 9999.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1777412>
_______________________________________


More information about the Python-bugs-list mailing list