]> granicus.if.org Git - python/commitdiff
Issue #28253: Added a NEWS entry.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 28 Sep 2016 00:33:58 +0000 (20:33 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 28 Sep 2016 00:33:58 +0000 (20:33 -0400)
Misc/NEWS

index 2fa9da51c7af007dde74bdef48c8d3d37ca852da..0eb2d3ad35850dcc040c04f1ac8fe03dc27a1af0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,13 @@ Core and Builtins
 Library
 -------
 
+- Issue #28253: Fixed calendar functions for extreme months: 0001-01
+  and 9999-12.
+
+  Methods itermonthdays() and itermonthdays2() are reimplemented so
+  that they don't call itermonthdates() which can cause datetime.date
+  under/overflow.
+
 - Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
   Original patch by John Leitch.