File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1767,7 +1767,7 @@ included.
17671767
17681768The rest of this section will provide a brief overview of using ElementTree.
17691769Full 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
17721772ElementTree represents an XML document as a tree of element nodes. The text
17731773content 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.. ======================================================================
Original file line number Diff line number Diff line change @@ -2089,7 +2089,7 @@ version 1.3. Some of the new features are:
20892089
20902090Fredrik Lundh develops ElementTree and produced the 1.3 version;
20912091you 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.
20932093Florent Xicluna updated the version included with
20942094Python, after discussions on python-dev and in :issue: `6472 `.)
20952095
Original file line number Diff line number Diff line change @@ -744,7 +744,8 @@ Two methods have been deprecated:
744744* :meth: `xml.etree.ElementTree.getiterator ` use ``Element.iter `` instead.
745745
746746For 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
You can’t perform that action at this time.
0 commit comments