[issue1777412] Python's strftime dislikes years before 1900

Alexander Belopolsky report at bugs.python.org
Fri Oct 8 20:39:53 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

kiorky,

Thank you for the updated patch, but since it implements a new feature, it cannot be applied to 2.x series.  I am +1 on removing year > 1900 limitation from datetime.strftime in 3.x, but you need to consider how this can be achieved in pure python datetime implementation which is now slated to be released in 3.2.  See msg110792 above.

----------

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


More information about the Python-bugs-list mailing list