diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 07:32:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 07:32:03 (GMT) |
commit | a84d473f02bf74e68a9a1a53faceb31b780f1577 (patch) | |
tree | ce4f507d064866aea9c9c84f6176f368f8a42c02 /Doc/library/tkinter.rst | |
parent | bdaee3ac95f569c22a0f40af6f7c339cab40d832 (diff) | |
download | cpython-a84d473f02bf74e68a9a1a53faceb31b780f1577.zip cpython-a84d473f02bf74e68a9a1a53faceb31b780f1577.tar.gz cpython-a84d473f02bf74e68a9a1a53faceb31b780f1577.tar.bz2 |
Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@)
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r-- | Doc/library/tkinter.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 83a5375..ad37a7b 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -37,9 +37,6 @@ this should open a window demonstrating a simple Tk interface. `Modern Tkinter for Busy Python Developers <http://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_ Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter. - `An Introduction to Tkinter <http://www.pythonware.com/library/an-introduction-to-tkinter.htm>`_ - Fredrik Lundh's on-line reference material. - `Python and Tkinter Programming <http://www.amazon.com/exec/obidos/ASIN/1884777813>`_ The book by John Grayson (ISBN 1-884777-81-3). |