1
0
Fork 0
python-docs-fr/howto/cporting.po

47 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-07-04 09:08:42 +00:00
# For licence information, see README file.
2016-10-30 09:46:26 +00:00
#
msgid ""
msgstr ""
2019-12-05 22:15:54 +00:00
"Project-Id-Version: Python 3\n"
2016-10-30 09:46:26 +00:00
"Report-Msgid-Bugs-To: \n"
2020-09-11 07:11:46 +00:00
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2019-12-13 14:14+0100\n"
2019-09-04 09:35:23 +00:00
"Last-Translator: Andy Kwok <andy.kwok.work@gmail.com>\n"
2018-07-04 09:14:25 +00:00
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
2017-05-23 22:40:56 +00:00
"Language: fr\n"
2016-10-30 09:46:26 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2019-07-18 18:19:46 +00:00
"X-Generator: Poedit 2.2.3\n"
2016-10-30 09:46:26 +00:00
#: howto/cporting.rst:7
2016-10-30 09:46:26 +00:00
msgid "Porting Extension Modules to Python 3"
2019-07-18 18:19:46 +00:00
msgstr "Portage des modules d'extension vers Python 3"
2016-10-30 09:46:26 +00:00
#: howto/cporting.rst:9
2016-10-30 09:46:26 +00:00
msgid ""
2019-09-04 09:35:23 +00:00
"We recommend the following resources for porting extension modules to Python "
"3:"
2016-10-30 09:46:26 +00:00
msgstr ""
2019-09-04 09:35:23 +00:00
#: howto/cporting.rst:11
2016-10-30 09:46:26 +00:00
msgid ""
2019-09-04 09:35:23 +00:00
"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."
2016-10-30 09:46:26 +00:00
msgstr ""
#: howto/cporting.rst:15
2016-10-30 09:46:26 +00:00
msgid ""
2019-09-04 09:35:23 +00:00
"The `Porting guide`_ from the *py3c* project provides opinionated "
"suggestions with supporting code."
2016-10-30 09:46:26 +00:00
msgstr ""
#: howto/cporting.rst:17
2016-10-30 09:46:26 +00:00
msgid ""
2019-09-04 09:35:23 +00:00
"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."
2016-10-30 09:46:26 +00:00
msgstr ""