55msgstr ""
66"Project-Id-Version : Python 3\n "
77"Report-Msgid-Bugs-To : \n "
8- "POT-Creation-Date : 2023-01-15 22:33+0100 \n "
8+ "POT-Creation-Date : 2023-04-14 13:19+0200 \n "
99"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1010"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
@@ -120,11 +120,11 @@ msgstr ""
120120msgid ""
121121"The header files are typically installed with Python. On Unix, these are "
122122"located in the directories :file:`{prefix}/include/pythonversion/` and :file:"
123- "`{exec_prefix}/include/pythonversion/`, where :envvar :`prefix` and :envvar: "
124- "`exec_prefix` are defined by the corresponding parameters to Python's : "
125- "program:`configure` script and *version* is ``'%d.%d' % sys ."
126- "version_info[:2]``. On Windows, the headers are installed in :file :"
127- "`{prefix}/include`, where :envvar:` prefix` is the installation directory "
123+ "`{exec_prefix}/include/pythonversion/`, where :option :`prefix <--prefix>` "
124+ "and :option: `exec_prefix <--exec-prefix> ` are defined by the corresponding "
125+ "parameters to Python's : program:`configure` script and *version* is ``'%d."
126+ "%d' % sys. version_info[:2]``. On Windows, the headers are installed in :"
127+ "file: `{prefix}/include`, where `` prefix` ` is the installation directory "
128128"specified to the installer."
129129msgstr ""
130130
@@ -134,8 +134,8 @@ msgid ""
134134"compiler's search path for includes. Do *not* place the parent directories "
135135"on the search path and then use ``#include <pythonX.Y/Python.h>``; this will "
136136"break on multi-platform builds since the platform independent headers under :"
137- "envvar :`prefix` include the platform specific headers from :envvar :"
138- "`exec_prefix`."
137+ "option :`prefix <--prefix> ` include the platform specific headers from :"
138+ "option: `exec_prefix <--exec-prefix> `."
139139msgstr ""
140140
141141#: c-api/intro.rst:95
0 commit comments