summaryrefslogtreecommitdiffstats
path: root/Doc/library/tkinter.rst
diff options
context:
space:
mode:
authorE-Paine <63801254+E-Paine@users.noreply.github.com>2021-05-22 12:09:54 (GMT)
committerGitHub <noreply@github.com>2021-05-22 12:09:54 (GMT)
commite9f66aedf44ccc3be27975cfb070a44ce6a6bd13 (patch)
tree36f72875a329fa2785a8c3a60fdc15a8954ef09e /Doc/library/tkinter.rst
parenta9e43615c2e1fc5dd60063c1509e8b1c5daad095 (diff)
downloadcpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.zip
cpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.tar.gz
cpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.tar.bz2
Remove effbot urls (GH-26308)
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r--Doc/library/tkinter.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index 7739f2f..beeffb8 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -34,9 +34,6 @@ installed, so you can read the Tcl/Tk documentation specific to that version.
`Tkinter 8.5 reference: a GUI for Python <https://www.tkdocs.com/shipman/>`_
On-line reference material.
- `Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_
- Online reference for tkinter supported by effbot.org.
-
`Programming Python <http://learning-python.com/about-pp4e.html>`_
Book by Mark Lutz, has excellent coverage of Tkinter.