mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove effbot urls (GH-26308)
This commit is contained in:
parent
a9e43615c2
commit
e9f66aedf4
8 changed files with 5 additions and 29 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue