NEWS entry for Tkinter rename.

This commit is contained in:
Georg Brandl 2008-05-16 17:40:23 +00:00
parent c21cd7e7ec
commit 5e7b1c07bc
1 changed files with 6 additions and 0 deletions

View File

@ -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?
=================================