Michael Stephens <m...@mikej.st> added the comment:

I think it's referring to:

>>> datetime.time(10, 34, 6).strftime("%Y-%m-%d %H:%M:%S")
'1900-01-01 10:34:06'

and thus still applies. It is wrong about month and day being replaced by '0', 
however, and I've updated the patch to change that to '1'.

----------
Added file: http://bugs.python.org/file15868/strptime.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7699>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to