]> granicus.if.org Git - python/commit
Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 6 Oct 2015 17:29:56 +0000 (13:29 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 6 Oct 2015 17:29:56 +0000 (13:29 -0400)
commit68713e41a5df7228e6971e894d8fc2fda720b5ce
treec2f235e8355031860e47853bd74bcc84f310b2b9
parentfc632e3912ba9bb6ec20359148f05ca3ec231663
Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.

This commit adds %G, %V, and %u directives to strptime.  Thanks Ashley Anderson
for the implementation.
Doc/library/datetime.rst
Doc/whatsnew/3.6.rst
Lib/_strptime.py
Lib/test/test_strptime.py
Misc/NEWS