[Python-checkins] r63382 - python/trunk/Misc/NEWS

georg.brandl python-checkins at python.org
Fri May 16 19:40:23 CEST 2008


Author: georg.brandl
Date: Fri May 16 19:40:23 2008
New Revision: 63382

Log:
NEWS entry for Tkinter rename.


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri May 16 19:40:23 2008
@@ -41,6 +41,11 @@
 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 @@
 
 - ``Lib/lib-old`` is now added to sys.path.
 
+
 What's New in Python 2.6 alpha 3?
 =================================
 


More information about the Python-checkins mailing list