[issue1777412] datetime.strftime dislikes years before 1900

STINNER Victor report at bugs.python.org
Sat Jan 8 04:39:01 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.

r87848 removes all limits on the year field; r87850 (Issue #10864) limits year to [1; 9999] on Solaris.

----------

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


More information about the Python-bugs-list mailing list