summaryrefslogtreecommitdiffstats
path: root/Doc/library
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
parenta9e43615c2e1fc5dd60063c1509e8b1c5daad095 (diff)
downloadcpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.zip
cpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.tar.gz
cpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.tar.bz2
Remove effbot urls (GH-26308)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/tkinter.rst3
-rw-r--r--Doc/library/xml.etree.elementtree.rst7
-rw-r--r--Doc/library/xmlrpc.client.rst6
3 files changed, 0 insertions, 16 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.
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
index 87f4ee3..e3932bc 100644
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -363,13 +363,6 @@ These two approaches both output::
|--> Commander Clement
-Additional resources
-^^^^^^^^^^^^^^^^^^^^
-
-See http://effbot.org/zone/element-index.htm for tutorials and links to other
-docs.
-
-
.. _elementtree-xpath:
XPath support
diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst
index 51279b3..8d9db53 100644
--- a/Doc/library/xmlrpc.client.rst
+++ b/Doc/library/xmlrpc.client.rst
@@ -169,12 +169,6 @@ between conformable Python objects and XML on the wire.
`XML-RPC Specification <http://xmlrpc.scripting.com/spec.html>`_
The official specification.
- `Unofficial XML-RPC Errata <http://effbot.org/zone/xmlrpc-errata.htm>`_
- Fredrik Lundh's "unofficial errata, intended to clarify certain
- details in the XML-RPC specification, as well as hint at
- 'best practices' to use when designing your own XML-RPC
- implementations."
-
.. _serverproxy-objects:
ServerProxy Objects