summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-12-15 22:42:58 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-12-15 22:42:58 (GMT)
commit7f9b596be267f928c9e522c4e02ba945480f608a (patch)
treeb8a2603858c51422f2ad47eed30e7708a140c9b0 /Misc
parent494b09ca5f0696af9e062dab7da04ffaeeeebf1d (diff)
downloadcpython-7f9b596be267f928c9e522c4e02ba945480f608a.zip
cpython-7f9b596be267f928c9e522c4e02ba945480f608a.tar.gz
cpython-7f9b596be267f928c9e522c4e02ba945480f608a.tar.bz2
Add NEWS item for Windows Tcl/Tk update.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index beecdfe..93d822e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1566,6 +1566,11 @@ Tools/Demos
Windows
-------
+- The bundled version of Tcl/Tk has been updated to 8.6.3. The most visible
+ result of this change is the addition of new native file dialogs when
+ running on Windows Vista or newer. See Tcl/Tk's TIP 432 for more
+ information. Also, this version of Tcl/Tk includes support for Windows 10.
+
- Issue #17896: The Windows build scripts now expect external library sources
to be in ``PCbuild\..\externals`` rather than ``PCbuild\..\..``.