Document the tk package.

This commit is contained in:
Brett Cannon 2008-02-24 06:09:56 +00:00
parent 5b5b0dbf04
commit b6c60930d0
1 changed files with 33 additions and 1 deletions

View File

@ -533,8 +533,40 @@ SimpleHTTPServer http.server [2]_
.. [2] The ``http.server`` module can combine the specified modules
safely as they have no naming conflicts.
tk package
//////////
================== ===============================
Current Name Replacement Name
================== ===============================
Canvas tk.canvas
Dialog tk.dialog
FileDialog tk.filedialog [4]_
FixTk tk._fix
ScrolledText tk.scrolledtext
SimpleDialog tk.simpledialog [5]_
Tix tk.tix
Tkconstants tk.constants
Tkdnd tk.dnd
Tkinter tk.inter
tkColorChooser tk.colorchooser
tkCommonDialog tk.commondialog
tkFileDialog tk.filedialog [4]_
tkFont tk.font
tkMessageBox tk.messagebox
tkSimpleDialog tk.simpledialog [5]_
turtle tk.turtle
================== ===============================
.. [4] ``tk.filedialog`` can safely combine ``FileDialog`` and ``tkFileDialog``
as there are no naming conflicts.
.. [5] ``tk.simpledialog`` can safely combine ``SimpleDialog`` and
``tkSimpleDialog`` have no naming conflicts.
xmlrpc package
//////////////