summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-19 17:52:50 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-19 17:52:50 (GMT)
commit8d3f505dcff6d5e19f8402a9790b84c490a8889f (patch)
treea821a2b268ce80a6222d909e295165cd7bc3f7ec
parentd54c2e3f133a772dc71cc776a476face4c90389a (diff)
downloadcpython-8d3f505dcff6d5e19f8402a9790b84c490a8889f.zip
cpython-8d3f505dcff6d5e19f8402a9790b84c490a8889f.tar.gz
cpython-8d3f505dcff6d5e19f8402a9790b84c490a8889f.tar.bz2
Fixed Misc/NEWS entry for issue #23136.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d29d13..0ad082b 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.