diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-23 08:57:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 08:57:52 (GMT) |
commit | 25b5ce72c9b1c31d5d23b4dcaacafc07690e73e1 (patch) | |
tree | c1ab0cec5187928035c94e8895b7b96003acc92e /Doc/howto | |
parent | b44beac5e101bb68898aa1bf4ccfc37f6f168050 (diff) | |
download | cpython-25b5ce72c9b1c31d5d23b4dcaacafc07690e73e1.zip cpython-25b5ce72c9b1c31d5d23b4dcaacafc07690e73e1.tar.gz cpython-25b5ce72c9b1c31d5d23b4dcaacafc07690e73e1.tar.bz2 |
[3.12] howto/urllib2: remove link to an outdated french translation (GH-104193) (#104758)
We now have our own translation and it's not outdated
(cherry picked from commit 151b6bfb5d9a15b6e2682e5a3008a3f9ec3086ae)
Co-authored-by: Mathieu Dupuy <deronnax@gmail.com>
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/urllib2.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index 61ba6bd..86137fb 100644 --- a/Doc/howto/urllib2.rst +++ b/Doc/howto/urllib2.rst @@ -6,13 +6,6 @@ :Author: `Michael Foord <https://agileabstractions.com/>`_ -.. note:: - - There is a French translation of an earlier revision of this - HOWTO, available at `urllib2 - Le Manuel manquant - <https://web.archive.org/web/20200910051922/http://www.voidspace.org.uk/python/articles/urllib2_francais.shtml>`_. - - Introduction ============ |