commit | cadff70ba5a761e5899d09c918ad6c87cfb07b7d | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Sep 21 17:26:35 2012 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Sep 21 17:26:35 2012 +0300 |
tree | 811aaa4a285ff38a745fa8d323047eff835b0fa5 | |
parent | 003014bf1e7efcfcad19bd391b206e111ea21083 [diff] [blame] |
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier.
diff --git a/Misc/NEWS b/Misc/NEWS index e734998..84d4bd1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -103,6 +103,9 @@ 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'.