[Python-checkins] [3.12] howto/urllib2: remove link to an outdated french translation (GH-104193) (#104758)

JelleZijlstra webhook-mailer at python.org
Tue May 23 04:58:00 EDT 2023


https://github.com/python/cpython/commit/25b5ce72c9b1c31d5d23b4dcaacafc07690e73e1
commit: 25b5ce72c9b1c31d5d23b4dcaacafc07690e73e1
branch: 3.12
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2023-05-23T08:57:52Z
summary:

[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 at gmail.com>

files:
M Doc/howto/urllib2.rst

diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst
index 61ba6bd7224f..86137fb38c9b 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
 ============



More information about the Python-checkins mailing list