From: Serhiy Storchaka Date: Thu, 19 Mar 2015 17:52:50 +0000 (+0200) Subject: Fixed Misc/NEWS entry for issue #23136. X-Git-Tag: v2.7.10rc1~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d3f505dcff6d5e19f8402a9790b84c490a8889f;p=thirdparty%2FPython%2Fcpython.git Fixed Misc/NEWS entry for issue #23136. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7d29d139695d..0ad082b445da 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -22,7 +22,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 #23138: Fixed parsing cookies with absent keys or values in cookiejar. Patch by Demian Brecht.