Skip to content

Commit 3ed1cae

Browse files
authored
gh-87670: Add web.archive redirects from effbot (GH-92816)
1 parent 70af994 commit 3ed1cae

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Doc/whatsnew/2.5.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ included.
17671767

17681768
The rest of this section will provide a brief overview of using ElementTree.
17691769
Full documentation for ElementTree is available at
1770-
http://effbot.org/zone/element-index.htm.
1770+
https://web.archive.org/web/20201124024954/http://effbot.org/zone/element-index.htm.
17711771

17721772
ElementTree represents an XML document as a tree of element nodes. The text
17731773
content of the document is stored as the :attr:`text` and :attr:`tail`
@@ -1865,7 +1865,7 @@ read the package's official documentation for more details.
18651865

18661866
.. seealso::
18671867

1868-
http://effbot.org/zone/element-index.htm
1868+
https://web.archive.org/web/20201124024954/http://effbot.org/zone/element-index.htm
18691869
Official documentation for ElementTree.
18701870

18711871
.. ======================================================================

Doc/whatsnew/2.7.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@ version 1.3. Some of the new features are:
20892089

20902090
Fredrik Lundh develops ElementTree and produced the 1.3 version;
20912091
you can read his article describing 1.3 at
2092-
http://effbot.org/zone/elementtree-13-intro.htm.
2092+
https://web.archive.org/web/20200703234532/http://effbot.org/zone/elementtree-13-intro.htm.
20932093
Florent Xicluna updated the version included with
20942094
Python, after discussions on python-dev and in :issue:`6472`.)
20952095

Doc/whatsnew/3.2.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,8 @@ Two methods have been deprecated:
744744
* :meth:`xml.etree.ElementTree.getiterator` use ``Element.iter`` instead.
745745

746746
For details of the update, see `Introducing ElementTree
747-
<http://effbot.org/zone/elementtree-13-intro.htm>`_ on Fredrik Lundh's website.
747+
<https://web.archive.org/web/20200703234532/http://effbot.org/zone/elementtree-13-intro.htm>`_
748+
on Fredrik Lundh's website.
748749

749750
(Contributed by Florent Xicluna and Fredrik Lundh, :issue:`6472`.)
750751

0 commit comments

Comments
 (0)