summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-02-10 09:34:37 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-02-10 09:34:37 (GMT)
commit05e218c37d4159c2d9d70509d4c7a9b2405788f9 (patch)
treef4175e93a70c944bf40ecfa9953b2878cd3d446d /Misc
parent40ee824d1dac41fd1aba9fa9a4e6e5fb353f2666 (diff)
parentb67f0967386a9c9041166d2bbe0a421bd81e10bc (diff)
downloadcpython-05e218c37d4159c2d9d70509d4c7a9b2405788f9.zip
cpython-05e218c37d4159c2d9d70509d4c7a9b2405788f9.tar.gz
cpython-05e218c37d4159c2d9d70509d4c7a9b2405788f9.tar.bz2
Merge 3.6
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 dd6fcd0..5feaac7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -225,6 +225,9 @@ Extension Modules
Library
-------
+- Issue #29100: Fix datetime.fromtimestamp() regression introduced in Python
+ 3.6.0: check minimum and maximum years.
+
- Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
- Issue #29444: Fixed out-of-bounds buffer access in the group() method of