summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-20 07:13:37 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-20 07:13:37 (GMT)
commit6634bf2919d855ccd821e878b8cc00c7209f1cbe (patch)
tree77ef2dfaaf00ec144e75ac19708e4dd457604ebc /Misc
parent33cece05b918dff706a4298e33f84d8e8a0391d2 (diff)
downloadcpython-6634bf2919d855ccd821e878b8cc00c7209f1cbe.zip
cpython-6634bf2919d855ccd821e878b8cc00c7209f1cbe.tar.gz
cpython-6634bf2919d855ccd821e878b8cc00c7209f1cbe.tar.bz2
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
-rw-r--r--Misc/RPM/python-2.6.spec1
2 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 55aaa55..befe78d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,11 +57,6 @@ Library
ctypes.util.find_library(name) now call this function when name is
'm' or 'c'.
-- 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.
diff --git a/Misc/RPM/python-2.6.spec b/Misc/RPM/python-2.6.spec
index 7883358..d6d14d8 100644
--- a/Misc/RPM/python-2.6.spec
+++ b/Misc/RPM/python-2.6.spec
@@ -377,7 +377,6 @@ rm -f mainpkg.files tools.files
%files tkinter
%defattr(-,root,root)
%{__prefix}/%{libdirname}/python%{libvers}/lib-tk
-%{__prefix}/%{libdirname}/python%{libvers}/tkinter
%{__prefix}/%{libdirname}/python%{libvers}/lib-dynload/_tkinter.so*
%endif