From: Guido van Rossum Date: Tue, 1 Oct 2002 18:18:58 +0000 (+0000) Subject: Mention droped support for Tcl/Tk 8.0 and 8.1. X-Git-Tag: v2.3c1~3907 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba60297a0a8ad14ecf3b49097edd17f888537356;p=thirdparty%2FPython%2Fcpython.git Mention droped support for Tcl/Tk 8.0 and 8.1. --- diff --git a/Misc/NEWS b/Misc/NEWS index ebe3512e2b75..757a0934f006 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.