diff options
author | Mathieu Dupuy <deronnax@gmail.com> | 2023-05-22 13:03:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 13:03:29 (GMT) |
commit | 151b6bfb5d9a15b6e2682e5a3008a3f9ec3086ae (patch) | |
tree | af43776ba1f8e4c891c4bd2f88fcec1e58972cfc /Doc/howto/urllib2.rst | |
parent | 5360cb3d5608ab375de6cd8c0b408459f3fa953a (diff) | |
download | cpython-151b6bfb5d9a15b6e2682e5a3008a3f9ec3086ae.zip cpython-151b6bfb5d9a15b6e2682e5a3008a3f9ec3086ae.tar.gz cpython-151b6bfb5d9a15b6e2682e5a3008a3f9ec3086ae.tar.bz2 |
howto/urllib2: remove link to an outdated french translation (GH-104193)
We now have our own translation and it's not outdated
Diffstat (limited to 'Doc/howto/urllib2.rst')
-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 ============ |