# For licence information, see README file. # msgid "" msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-09-04 11:33+0200\n" "PO-Revision-Date: 2019-12-13 14:14+0100\n" "Last-Translator: Andy Kwok \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.2.3\n" #: howto/cporting.rst:7 msgid "Porting Extension Modules to Python 3" msgstr "Portage des modules d'extension vers Python 3" #: howto/cporting.rst:9 msgid "" "We recommend the following resources for porting extension modules to Python " "3:" msgstr "" #: howto/cporting.rst:11 msgid "" "The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth " "guide*, a book on moving from Python 2 to Python 3 in general, guides the " "reader through porting an extension module." msgstr "" #: howto/cporting.rst:15 msgid "" "The `Porting guide`_ from the *py3c* project provides opinionated " "suggestions with supporting code." msgstr "" #: howto/cporting.rst:17 msgid "" "The `Cython`_ and `CFFI`_ libraries offer abstractions over Python's C API. " "Extensions generally need to be re-written to use one of them, but the " "library then handles differences between various Python versions and " "implementations." msgstr ""