diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-19 17:13:37 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-19 17:13:37 (GMT) |
commit | 423feea01e40699ad4e4c91139a64c71578b4eef (patch) | |
tree | 6639d37a6d366ea5b1be47e69961c54a129ebb2d /Misc | |
parent | 56cefa69ee919559cf3ca2388d12371c24402df3 (diff) | |
download | cpython-423feea01e40699ad4e4c91139a64c71578b4eef.zip cpython-423feea01e40699ad4e4c91139a64c71578b4eef.tar.gz cpython-423feea01e40699ad4e4c91139a64c71578b4eef.tar.bz2 |
Issue #23136: _strptime now uniformly handles all days in week 0, including
Jan 30 of previous year. Based on patch by Jim Carroll.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Core and Builtins Library ------- +- Issue #23136: _strptime now uniformly handles all days in week 0, including + Jan 30 of previous year. Based on patch by Jim Carroll. + - Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to NamedTemporaryFile instance. Patch by Bohuslav Kabrda. |