[issue13674] crash in datetime.strftime

Tim Golden report at bugs.python.org
Thu Dec 29 20:28:08 CET 2011


Tim Golden <mail at timgolden.me.uk> added the comment:

Yes, but the MS crt strftime *for %y* requires a year >= 1900 (ie 
tm_year >= 0). Looks like we need a special check.

----------

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


More information about the Python-bugs-list mailing list