summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-12-17 20:43:27 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-12-17 20:43:27 (GMT)
commit910a4edbcd05b0652309d2855a5d714f1403e05b (patch)
tree1f10210096132741a156252242d07fd1bdb0d4e3 /Misc
parent09f44140aa317cb06f13f366fd27e19613375734 (diff)
downloadcpython-910a4edbcd05b0652309d2855a5d714f1403e05b.zip
cpython-910a4edbcd05b0652309d2855a5d714f1403e05b.tar.gz
cpython-910a4edbcd05b0652309d2855a5d714f1403e05b.tar.bz2
Upgrade Tcl/Tk to 8.5.9.
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 94116ce..5323087 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,11 @@ Tools/Demos
- Issue #10706: Remove outdated script runtests.sh. Either ``make test``
or ``python -m test`` should be used instead.
+Build
+-----
+
+- The Windows build now uses Tcl/Tk 8.5.9.
+
What's New in Python 3.2 Beta 1?
================================