Fixed Misc/NEWS entry for issue #23136.

This commit is contained in:
Serhiy Storchaka 2015-03-19 19:54:51 +02:00
commit 0ed56a0b42
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Library
-------
- Issue #23136: _strptime now uniformly handles all days in week 0, including
Jan 30 of previous year. Based on patch by Jim Carroll.
Dec 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.