summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-16 17:40:23 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-16 17:40:23 (GMT)
commit5e7b1c07bc3c6f22f8fbc276c7a1ac0aecfee64a (patch)
tree241d3ae8edef6e62a1c4eb3617323fa47bdf0f8c /Misc
parentc21cd7e7ec9169399f9225079697e20c37160bf2 (diff)
downloadcpython-5e7b1c07bc3c6f22f8fbc276c7a1ac0aecfee64a.zip
cpython-5e7b1c07bc3c6f22f8fbc276c7a1ac0aecfee64a.tar.gz
cpython-5e7b1c07bc3c6f22f8fbc276c7a1ac0aecfee64a.tar.bz2
NEWS entry for Tkinter rename.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fa6f5e9..dc9b6ee 100644
--- 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?
=================================