[Python-checkins] cpython (3.6): Issue #28253: Added a NEWS entry.

alexander.belopolsky python-checkins at python.org
Tue Sep 27 20:34:22 EDT 2016


https://hg.python.org/cpython/rev/1f1a085f533f
changeset:   104120:1f1a085f533f
branch:      3.6
parent:      104116:cd384c4b441a
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Tue Sep 27 20:34:17 2016 -0400
summary:
  Issue #28253: Added a NEWS entry.

files:
  Misc/NEWS |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,13 @@
 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list