]> granicus.if.org Git - python/commit
Closes bpo-31800: Support for colon when parsing time offsets (#4015)
authorMario Corchero <mariocj89@gmail.com>
Thu, 26 Oct 2017 00:35:41 +0000 (01:35 +0100)
committerAlexander Belopolsky <abalkin@users.noreply.github.com>
Thu, 26 Oct 2017 00:35:41 +0000 (20:35 -0400)
commit32318930da70ff03320ec50813b843e7db6fbc2e
tree7284607df837403a99207f4f807f222c518fea9f
parent0f261583bae7e60e410709ed96398dd1b14c5454
Closes bpo-31800: Support for colon when parsing time offsets (#4015)

Add support to strptime to parse time offsets with a colon between the hour and the minutes.
Doc/library/datetime.rst
Lib/_strptime.py
Lib/test/datetimetester.py
Lib/test/test_strptime.py
Misc/NEWS.d/next/Library/2017-10-17-20-08-19.bpo-31800.foOSCi.rst [new file with mode: 0644]