diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 15:39:12 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 15:39:12 (GMT) |
commit | ab2a34abb7ffe959fc2a221d77943b51f82f8d65 (patch) | |
tree | ee6dd48624462d1f21accc25d289e24ebef690df /Misc/NEWS | |
parent | 6707906ea5e0df1132d3cd0c77707ccc19948341 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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? |