diff options
author | Stanley <46876382+slateny@users.noreply.github.com> | 2022-05-16 06:11:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 06:11:43 (GMT) |
commit | 3ed1cae9ed9d1f0dd9d68da4b30b731fdf6be768 (patch) | |
tree | b3e03b657829a589ea21e47d500a830e651ae408 /Doc/whatsnew/3.2.rst | |
parent | 70af994fee7c0850ae859727d9468a5f29375a38 (diff) | |
download | cpython-3ed1cae9ed9d1f0dd9d68da4b30b731fdf6be768.zip cpython-3ed1cae9ed9d1f0dd9d68da4b30b731fdf6be768.tar.gz cpython-3ed1cae9ed9d1f0dd9d68da4b30b731fdf6be768.tar.bz2 |
gh-87670: Add web.archive redirects from effbot (GH-92816)
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 840cb06..ec01a70 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -744,7 +744,8 @@ Two methods have been deprecated: * :meth:`xml.etree.ElementTree.getiterator` use ``Element.iter`` instead. For details of the update, see `Introducing ElementTree -<http://effbot.org/zone/elementtree-13-intro.htm>`_ on Fredrik Lundh's website. +<https://web.archive.org/web/20200703234532/http://effbot.org/zone/elementtree-13-intro.htm>`_ +on Fredrik Lundh's website. (Contributed by Florent Xicluna and Fredrik Lundh, :issue:`6472`.) |