summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-10-01 18:18:58 (GMT)
committerGuido van Rossum <guido@python.org>2002-10-01 18:18:58 (GMT)
commitba60297a0a8ad14ecf3b49097edd17f888537356 (patch)
treee9da016b8033742a695ba90dbf4342e31cc101f6 /Misc/NEWS
parent71e25a0e064891f7b89cf4e7e57d9b4caf78af72 (diff)
downloadcpython-ba60297a0a8ad14ecf3b49097edd17f888537356.zip
cpython-ba60297a0a8ad14ecf3b49097edd17f888537356.tar.gz
cpython-ba60297a0a8ad14ecf3b49097edd17f888537356.tar.bz2
Mention droped support for Tcl/Tk 8.0 and 8.1.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ebe3512..757a093 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -284,6 +284,10 @@ Core and builtins
Extension modules
-----------------
+- The _tkinter module (and hence Tkinter) has dropped support for
+ Tcl/Tk 8.0 and 8.1. Only Tcl/Tk versions 8.2, 8.3 and 8.4 are
+ supported.
+
- cPickle.BadPickleGet is now a class.
- The time stamps in os.stat_result are floating point numbers now.