This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, zwn
Date 2013-06-07.14:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370616121.62.0.386853158281.issue17342@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.x is in maintenance mode and will not receive new features.  In 3.x this is already implemented:

Python 3.3.2 (default, May 24 2013, 22:46:58)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from datetime import *
>>> print(datetime.strptime('20010101 010101 -0400', '%Y%m%d %H%M%S %z'))
2001-01-01 01:01:01-04:00
History
Date User Action Args
2013-06-07 14:42:01belopolskysetrecipients: + belopolsky, zwn
2013-06-07 14:42:01belopolskysetmessageid: <1370616121.62.0.386853158281.issue17342@psf.upfronthosting.co.za>
2013-06-07 14:42:01belopolskylinkissue17342 messages
2013-06-07 14:42:01belopolskycreate