]> granicus.if.org Git - python/commitdiff
NEWS entry for Tkinter rename.
authorGeorg Brandl <georg@python.org>
Fri, 16 May 2008 17:40:23 +0000 (17:40 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 16 May 2008 17:40:23 +0000 (17:40 +0000)
Misc/NEWS

index fa6f5e9014e27ba070e559b68c8f6f23bdca3e95..dc9b6eec200dfa9afeaf1c5ece33c1138aec9220 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
 =================================