@@ -5,8 +5,8 @@ msgstr ""
55"Project-Id-Version : Python 3\n "
66"Report-Msgid-Bugs-To : \n "
77"POT-Creation-Date : 2020-08-24 09:01+0200\n "
8- "PO-Revision-Date : 2019-12-13 14:14+0100 \n "
9- "Last-Translator : Andy Kwok <andy.kwok.work@gmail.com >\n "
8+ "PO-Revision-Date : 2021-04-27 15:29+0200 \n "
9+ "Last-Translator : Julien Palard <julien@palard.fr >\n "
1010"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1111"Language : fr\n "
1212"MIME-Version : 1.0\n "
@@ -23,19 +23,26 @@ msgid ""
2323"We recommend the following resources for porting extension modules to Python "
2424"3:"
2525msgstr ""
26+ "Nous recommandons les ressources suivantes pour migrer les modules "
27+ "d'extensions vers Python 3 :"
2628
2729#: howto/cporting.rst:11
2830msgid ""
2931"The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth "
3032"guide*, a book on moving from Python 2 to Python 3 in general, guides the "
3133"reader through porting an extension module."
3234msgstr ""
35+ "Le chapitre `Migrating C extension`_ du livre *Supporting Python 3: An in-"
36+ "depth guide* (un livre sur le portage de Python 2 à Python 3) guide le "
37+ "lecteur souhaitant porter un module d'extension."
3338
3439#: howto/cporting.rst:15
3540msgid ""
3641"The `Porting guide`_ from the *py3c* project provides opinionated "
3742"suggestions with supporting code."
3843msgstr ""
44+ "Le `Porting guide`_ du projet *py3c* fournit des suggestions argumentées "
45+ "avec le code correspondant."
3946
4047#: howto/cporting.rst:17
4148msgid ""
@@ -44,3 +51,7 @@ msgid ""
4451"library then handles differences between various Python versions and "
4552"implementations."
4653msgstr ""
54+ "Les bibliothèques `Cython`_ et `CFFI`_ fournissent des abstractions de l'API "
55+ "C de Python. Les extensions ont généralement besoin d'être réécrites pour "
56+ "profiter de ces bibliothèques, mais elles prennent en charge les différences "
57+ "entre versions et implémentations de Python."
0 commit comments