]> granicus.if.org Git - python/commitdiff
Add NEWS item for Windows Tcl/Tk update.
authorZachary Ware <zachary.ware@gmail.com>
Mon, 15 Dec 2014 22:42:58 +0000 (16:42 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 15 Dec 2014 22:42:58 +0000 (16:42 -0600)
Misc/NEWS

index beecdfe4ea5aaaf3f121a270c9c24adb62f108c9..93d822e48f4704f14508e1e23dde00405f9d80e5 100644 (file)
--- 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\..\..``.