summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-19 17:54:51 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-19 17:54:51 (GMT)
commit0ed56a0b421e02da3ed3626a5b9e0ad076f68ce0 (patch)
tree763e419540361bc3e5f11b691995e2471ba11866 /Misc
parentfc7344a79219643a18449074c09d28773a70f975 (diff)
parent64c439d3aefc5da807793a204b420fdd39ab060e (diff)
downloadcpython-0ed56a0b421e02da3ed3626a5b9e0ad076f68ce0.zip
cpython-0ed56a0b421e02da3ed3626a5b9e0ad076f68ce0.tar.gz
cpython-0ed56a0b421e02da3ed3626a5b9e0ad076f68ce0.tar.bz2
Fixed Misc/NEWS entry for issue #23136.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a75c4b4..cea41ee 100644
--- 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.