]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added link to Fredrik Lundh's online Tkinter reference material.
authorFred Drake <fdrake@acm.org>
Fri, 16 Apr 1999 18:26:22 +0000 (18:26 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 16 Apr 1999 18:26:22 +0000 (18:26 +0000)
Doc/lib/libundoc.tex

index 657589bf276fd70cb6bfde35a550a25e41768938..cfa84450a40cb8e79b76a0146dd29a717d2494a3 100644 (file)
@@ -15,7 +15,10 @@ effort spent.
 \begin{description}
 \item[Tkinter.py]
 --- Interface to Tcl/Tk for graphical user interfaces;
-Fredrik Lundh is working on this one!
+Fredrik Lundh is working on this one!  See \emph{An Introduction to
+Tkinter} at
+\url{http://www.pythonware.com/library/tkinter/introduction} for
+on-line reference material.
 
 \item[Tkdnd.py]
 --- Drag-and-drop support for \module{Tkinter}.