File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1767,7 +1767,7 @@ included.
1767
1767
1768
1768
The rest of this section will provide a brief overview of using ElementTree.
1769
1769
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.
1771
1771
1772
1772
ElementTree represents an XML document as a tree of element nodes. The text
1773
1773
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.
1865
1865
1866
1866
.. seealso ::
1867
1867
1868
- http://effbot.org/zone/element-index.htm
1868
+ https://web.archive.org/web/20201124024954/ http://effbot.org/zone/element-index.htm
1869
1869
Official documentation for ElementTree.
1870
1870
1871
1871
.. ======================================================================
Original file line number Diff line number Diff line change @@ -2089,7 +2089,7 @@ version 1.3. Some of the new features are:
2089
2089
2090
2090
Fredrik Lundh develops ElementTree and produced the 1.3 version;
2091
2091
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.
2093
2093
Florent Xicluna updated the version included with
2094
2094
Python, after discussions on python-dev and in :issue: `6472 `.)
2095
2095
Original file line number Diff line number Diff line change @@ -744,7 +744,8 @@ Two methods have been deprecated:
744
744
* :meth: `xml.etree.ElementTree.getiterator ` use ``Element.iter `` instead.
745
745
746
746
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.
748
749
749
750
(Contributed by Florent Xicluna and Fredrik Lundh, :issue: `6472 `.)
750
751
You can’t perform that action at this time.
0 commit comments