summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-03-14 03:48:02 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-03-14 03:48:02 (GMT)
commit20be53e5b51a3388454cb7d0604a03a20d884510 (patch)
treeca6e0e04ab14a0bd57ab3577e2d15e82ee7771f8 /Misc
parentf2b9a398133a291a6f0fd42d8a9e42b8ded605fb (diff)
downloadcpython-20be53e5b51a3388454cb7d0604a03a20d884510.zip
cpython-20be53e5b51a3388454cb7d0604a03a20d884510.tar.gz
cpython-20be53e5b51a3388454cb7d0604a03a20d884510.tar.bz2
Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR
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 b7a2617..58ee5a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,9 @@ Core and Builtins
Library
-------
+- Issue #16181: cookiejar.http2time() now returns None if year is higher than
+ datetime.MAXYEAR.
+
- Issue #26513: Fixes platform module detection of Windows Server
- Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by