Skip to content

Commit 26c991f

Browse files
JulienPalardjeanas
authored andcommitted
Make merge (#21)
J'ai juste exécuté `python merge.py 3.11`. Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/21 Co-authored-by: Julien Palard <[email protected]> Co-committed-by: Julien Palard <[email protected]>
1 parent 423ff1c commit 26c991f

File tree

281 files changed

+35785
-28813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+35785
-28813
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# from which we generated our po files. We use it here so when we
2121
# test build, we're building with the .rst files that generated our
2222
# .po files.
23-
CPYTHON_CURRENT_COMMIT := 748c83d96da735f8210167d676469860d4e11b80
23+
CPYTHON_CURRENT_COMMIT := 855b1a935eebc134a4ccf5f2c9d8f7dda21deb70
2424
LANGUAGE := fr
2525
BRANCH := 3.11
2626

about.po

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2022-05-21 16:37+0200\n"
8+
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
99
"PO-Revision-Date: 2022-07-08 17:54+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -52,8 +52,9 @@ msgstr ""
5252
"et rédacteur de la plupart de son contenu ;"
5353

5454
#: about.rst:24
55+
#, fuzzy
5556
msgid ""
56-
"the `Docutils <http://docutils.sourceforge.net/>`_ project for creating "
57+
"the `Docutils <https://docutils.sourceforge.io/>`_ project for creating "
5758
"reStructuredText and the Docutils suite;"
5859
msgstr ""
5960
"le projet `Docutils <http://docutils.sourceforge.net/>`_ pour avoir créé "

c-api/allocation.po

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
8+
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
99
"PO-Revision-Date: 2018-10-20 21:16+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -20,8 +20,9 @@ msgid "Allocating Objects on the Heap"
2020
msgstr "Allouer des objets dans le tas"
2121

2222
#: c-api/allocation.rst:17
23+
#, fuzzy
2324
msgid ""
24-
"Initialize a newly-allocated object *op* with its type and initial "
25+
"Initialize a newly allocated object *op* with its type and initial "
2526
"reference. Returns the initialized object. If *type* indicates that the "
2627
"object participates in the cyclic garbage detector, it is added to the "
2728
"detector's set of observed objects. Other fields of the object are not "

c-api/apiabiversion.po

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2022-03-23 18:39+0100\n"
8+
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
@@ -183,17 +183,21 @@ msgid ""
183183
msgstr "Ainsi ``3.4.1a2`` est une hexane-version ``0x030401a2``."
184184

185185
#: c-api/apiabiversion.rst:61
186+
msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``."
187+
msgstr ""
188+
189+
#: c-api/apiabiversion.rst:63
186190
msgid "This version is also available via the symbol :data:`Py_Version`."
187191
msgstr ""
188192

189-
#: c-api/apiabiversion.rst:65
193+
#: c-api/apiabiversion.rst:67
190194
msgid ""
191195
"The Python runtime version number encoded in a single constant integer, with "
192196
"the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the "
193197
"Python version used at run time."
194198
msgstr ""
195199

196-
#: c-api/apiabiversion.rst:71
200+
#: c-api/apiabiversion.rst:73
197201
msgid "All the given macros are defined in :source:`Include/patchlevel.h`."
198202
msgstr ""
199203
"Toutes les macros données sont définies dans :source:`Include/patchlevel.h`."

0 commit comments

Comments
 (0)