summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-09-21 14:29:20 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-09-21 14:29:20 (GMT)
commitf82b9371f5234e9ce671f7ee7fe1debbe2f48b05 (patch)
treec82b3b98a6ba36a9a87db59e4eb88221a18139de /Misc
parent050a61f838dcbf4b6fad6eb83404a7eb1ffb9b9b (diff)
parent85710a40e7e9eab86060bedc3762ccf9ca8d26ca (diff)
downloadcpython-f82b9371f5234e9ce671f7ee7fe1debbe2f48b05.zip
cpython-f82b9371f5234e9ce671f7ee7fe1debbe2f48b05.tar.gz
cpython-f82b9371f5234e9ce671f7ee7fe1debbe2f48b05.tar.bz2
#15421: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5d6ca0f..abe8eb8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@ Core and Builtins
Library
-------
+- Issue #15421: fix an OverflowError in Calendar.itermonthdates() after
+ datetime.MAXYEAR. Patch by Cédric Krier.
+
- Issue #15970: xml.etree.ElementTree now serializes correctly the empty HTML
elements 'meta' and 'param'.