]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed Misc/NEWS entry for issue #23136.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2015 17:52:50 +0000 (19:52 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2015 17:52:50 +0000 (19:52 +0200)
Misc/NEWS

index 7d29d139695d1cbd972882d796e0764a6b802425..0ad082b445da6b6e245b80aae5697c7fe8cbb073 100644 (file)
--- 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.