diff options
author | Guido van Rossum <guido@python.org> | 2002-10-01 18:18:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-10-01 18:18:58 (GMT) |
commit | ba60297a0a8ad14ecf3b49097edd17f888537356 (patch) | |
tree | e9da016b8033742a695ba90dbf4342e31cc101f6 /Misc | |
parent | 71e25a0e064891f7b89cf4e7e57d9b4caf78af72 (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |