summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-02-10 10:34:37 +0100
committerVictor Stinner <victor.stinner@gmail.com>2017-02-10 10:34:37 +0100
commit0b87bc9a510db8933ec52eee2cbe71b2388ad5c3 (patch)
tree048714e43df0bdcb800f5c42520946ea5cc7d078 /Misc/NEWS
parent8972587fab93cd27ac78b4eab3805f5e11164cb9 (diff)
parentefb9e6050c840ddb095b372abd5a6d04c73aff2b (diff)
downloadcpython-0b87bc9a510db8933ec52eee2cbe71b2388ad5c3.tar.gz
Merge 3.6
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dd6fcd0dcb..5feaac7c38 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