summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-09-26 20:07:38 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-09-26 20:07:38 (GMT)
commit11179b2ed7e2d6a5f790fa3b449a1e57473455e7 (patch)
treece6e7ac3ef903e8c65fbe20de4eff8524627c784 /Misc
parent97932e4c4f3eeab12889fe45c935e2e6b91ac390 (diff)
parent8b6b50814e953abca74a1b7e03b56fa34d0183bd (diff)
downloadcpython-11179b2ed7e2d6a5f790fa3b449a1e57473455e7.zip
cpython-11179b2ed7e2d6a5f790fa3b449a1e57473455e7.tar.gz
cpython-11179b2ed7e2d6a5f790fa3b449a1e57473455e7.tar.bz2
Issue #18893: Merge from 3.5
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 7b38dfd..cca56b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Core and Builtins
Library
-------
+- Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py.
+ Patch by Madison May.
+
- Issue #27611: Fixed support of default root window in the tkinter.tix module.
Added the master parameter in the DisplayStyle constructor.