changeset: 95066:afca9867e1bb branch: 3.4 parent: 95063:93e1da502338 user: Serhiy Storchaka date: Thu Mar 19 19:52:50 2015 +0200 files: Misc/NEWS description: Fixed Misc/NEWS entry for issue #23136. diff -r 93e1da502338 -r afca9867e1bb Misc/NEWS --- a/Misc/NEWS Thu Mar 19 19:13:37 2015 +0200 +++ b/Misc/NEWS Thu Mar 19 19:52:50 2015 +0200 @@ -19,7 +19,7 @@ ------- - 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.