]> granicus.if.org Git - python/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 4d9ca02feb03957e7559340d5de5a7da80ddb4e3..c6d2661cc12c23fc0855783fd4cc5b6081860fdf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.