summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-08-19 15:39:12 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-08-19 15:39:12 (GMT)
commitab2a34abb7ffe959fc2a221d77943b51f82f8d65 (patch)
treeee6dd48624462d1f21accc25d289e24ebef690df /Misc/NEWS
parent6707906ea5e0df1132d3cd0c77707ccc19948341 (diff)
downloadcpython-ab2a34abb7ffe959fc2a221d77943b51f82f8d65.zip
cpython-ab2a34abb7ffe959fc2a221d77943b51f82f8d65.tar.gz
cpython-ab2a34abb7ffe959fc2a221d77943b51f82f8d65.tar.bz2
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 27a0564..b844fd9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
+
- Issue #24839: platform._syscmd_ver raises DeprecationWarning
What's New in Python 3.5.0 release candidate 1?