]> granicus.if.org Git - python/commit
Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.
authorGeorg Brandl <georg@python.org>
Fri, 16 May 2008 14:24:45 +0000 (14:24 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 16 May 2008 14:24:45 +0000 (14:24 +0000)
commitbbc57d73a0f0d1476d9c23b920ecc1ef8212a554
tree44b67b84bf3297c5feb4e58a286fd98a92af4c99
parentae6b9f3cb22df80118dfe470ac2130fe0aa716a1
Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.
14 files changed:
Lib/tkinter/__init__.py [moved from Lib/lib-tk/Tkinter.py with 99% similarity]
Lib/tkinter/_fix.py [moved from Lib/lib-tk/FixTk.py with 100% similarity]
Lib/tkinter/colorchooser.py [moved from Lib/lib-tk/tkColorChooser.py with 97% similarity]
Lib/tkinter/commondialog.py [moved from Lib/lib-tk/tkCommonDialog.py with 89% similarity]
Lib/tkinter/constants.py [moved from Lib/lib-tk/Tkconstants.py with 100% similarity]
Lib/tkinter/dialog.py [moved from Lib/lib-tk/Dialog.py with 92% similarity]
Lib/tkinter/dnd.py [moved from Lib/lib-tk/Tkdnd.py with 97% similarity]
Lib/tkinter/filedialog.py [moved from Lib/lib-tk/FileDialog.py with 99% similarity]
Lib/tkinter/font.py [moved from Lib/lib-tk/tkFont.py with 94% similarity]
Lib/tkinter/messagebox.py [moved from Lib/lib-tk/tkMessageBox.py with 98% similarity]
Lib/tkinter/scrolledtext.py [moved from Lib/lib-tk/ScrolledText.py with 96% similarity]
Lib/tkinter/simpledialog.py [moved from Lib/lib-tk/SimpleDialog.py with 99% similarity]
Lib/tkinter/tix.py [moved from Lib/lib-tk/Tix.py with 99% similarity]
Lib/tkinter/turtle.py [moved from Lib/lib-tk/turtle.py with 99% similarity]