diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-26 21:38:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-26 21:38:50 (GMT) |
commit | fcb05ab512c6a0472c0aaaf02cd8caf50d0ffae0 (patch) | |
tree | afda940ae1361d95295e8e20c679e0dc16c867bf /Doc/lib/libundoc.tex | |
parent | 2744f43f7187acb35058c9b8fd6e5825914ef036 (diff) | |
download | cpython-fcb05ab512c6a0472c0aaaf02cd8caf50d0ffae0.zip cpython-fcb05ab512c6a0472c0aaaf02cd8caf50d0ffae0.tar.gz cpython-fcb05ab512c6a0472c0aaaf02cd8caf50d0ffae0.tar.bz2 |
Tk-related modules should no longer be listed here.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index c4eaeb6..f854d7b 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -15,19 +15,6 @@ Frameworks tend to be harder to document, but are well worth the effort spent. \begin{description} -\item[\module{Tkinter}] ---- Interface to Tcl/Tk for graphical user interfaces; Fredrik Lundh -is working on this one! See -\citetitle[http://www.pythonware.com/library.htm]{An Introduction to -Tkinter} at \url{http://www.pythonware.com/library.htm} for on-line -reference material. - -\item[\module{Tkdnd}] ---- Drag-and-drop support for \module{Tkinter}. - -\item[\module{turtle}] ---- Turtle graphics in a Tk window. - \item[\module{test}] --- Regression testing framework. This is used for the Python regression test, but is useful for other Python libraries as well. |