diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-02-10 09:34:37 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-10 09:34:37 (GMT) |
commit | 05e218c37d4159c2d9d70509d4c7a9b2405788f9 (patch) | |
tree | f4175e93a70c944bf40ecfa9953b2878cd3d446d /Misc | |
parent | 40ee824d1dac41fd1aba9fa9a4e6e5fb353f2666 (diff) | |
parent | b67f0967386a9c9041166d2bbe0a421bd81e10bc (diff) | |
download | cpython-05e218c37d4159c2d9d70509d4c7a9b2405788f9.zip cpython-05e218c37d4159c2d9d70509d4c7a9b2405788f9.tar.gz cpython-05e218c37d4159c2d9d70509d4c7a9b2405788f9.tar.bz2 |
Merge 3.6
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |