diff options
author | Georg Brandl <georg@python.org> | 2008-05-16 17:40:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-16 17:40:23 (GMT) |
commit | 5e7b1c07bc3c6f22f8fbc276c7a1ac0aecfee64a (patch) | |
tree | 241d3ae8edef6e62a1c4eb3617323fa47bdf0f8c /Misc | |
parent | c21cd7e7ec9169399f9225079697e20c37160bf2 (diff) | |
download | cpython-5e7b1c07bc3c6f22f8fbc276c7a1ac0aecfee64a.zip cpython-5e7b1c07bc3c6f22f8fbc276c7a1ac0aecfee64a.tar.gz cpython-5e7b1c07bc3c6f22f8fbc276c7a1ac0aecfee64a.tar.bz2 |
NEWS entry for Tkinter rename.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -41,6 +41,11 @@ Extension Modules Library ------- +- The Tkinter module has been made a package and renamed 'tkinter'. All + Tkinter-related modules (like Tix, ScrolledText, turtle etc.) are now + submodules of that package and have been renamed to conform to PEP 8 + standards. + - The repr module has been renamed 'reprlib'. The old name is now deprecated. @@ -173,6 +178,7 @@ Build - ``Lib/lib-old`` is now added to sys.path. + What's New in Python 2.6 alpha 3? ================================= |