diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-03-14 03:48:02 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-03-14 03:48:02 (GMT) |
commit | 20be53e5b51a3388454cb7d0604a03a20d884510 (patch) | |
tree | ca6e0e04ab14a0bd57ab3577e2d15e82ee7771f8 /Misc | |
parent | f2b9a398133a291a6f0fd42d8a9e42b8ded605fb (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |