[Python-checkins] cpython (3.3): Remove dead link to effbot Tkinter introduction material (reported by Ralf

georg.brandl python-checkins at python.org
Sun Oct 6 09:31:30 CEST 2013


http://hg.python.org/cpython/rev/8b77febfb2fb
changeset:   86000:8b77febfb2fb
branch:      3.3
parent:      85998:e09d5fe1b1a9
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 09:32:03 2013 +0200
summary:
  Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@)

files:
  Doc/library/tkinter.rst |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -37,9 +37,6 @@
    `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).
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list