[issue6641] strptime doesn't support %z format ?

Andrew Brown report at bugs.python.org
Thu Aug 20 11:03:26 CEST 2009


Andrew Brown <abrown at freemail.gr> added the comment:

I think this bug is just a doc bug. If you check 

http://docs.python.org/library/datetime.html?highlight=strptime#strftime-behavior

and 

http://docs.python.org/library/time.html?highlight=strptime#time.strptime

You can see that the first link lists %z as a valid modifier, while in
the second link  (in footnote 1) it is mentioned as deprecated.

----------
nosy: +abrown

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


More information about the Python-bugs-list mailing list