[issue10827] Functions in time module should support year < 1900 when accept2dyear = 0

STINNER Victor report at bugs.python.org
Sat Jan 8 17:38:05 CET 2011


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

time.asctime(), time.ctime() and time.strftime() are no more not limited for the year field if accept2dyear=0. Except with Visual Studio or on Solaris: the year is limited to the range [1; 9999].

----------

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


More information about the Python-bugs-list mailing list