Skip to content

Commit 518292a

Browse files
committed
Make merge
1 parent 3db1d96 commit 518292a

File tree

177 files changed

+9861
-9354
lines changed

Some content is hidden

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

177 files changed

+9861
-9354
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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 := 1b37268ef10bd20c30d349b8401c88215c8a6be8
23+
CPYTHON_CURRENT_COMMIT := 6fd9737373f2bed03f409440b4fd50b9f8f121cb
2424
LANGUAGE := fr
2525
BRANCH := 3.10
2626

c-api/arg.po

Lines changed: 3 additions & 3 deletions
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: 2021-09-23 16:16+0200\n"
8+
"POT-Creation-Date: 2022-03-18 17:06+0100\n"
99
"PO-Revision-Date: 2021-12-11 11:44+0100\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -523,8 +523,8 @@ msgstr "Il existe deux modes de fonctionnement :"
523523
#: c-api/arg.rst:231
524524
msgid ""
525525
"If *\\*buffer* points a ``NULL`` pointer, the function will allocate a "
526-
"buffer of the needed size, copy the encoded data into this buffer and set *"
527-
"\\*buffer* to reference the newly allocated storage. The caller is "
526+
"buffer of the needed size, copy the encoded data into this buffer and set "
527+
"*\\*buffer* to reference the newly allocated storage. The caller is "
528528
"responsible for calling :c:func:`PyMem_Free` to free the allocated buffer "
529529
"after usage."
530530
msgstr ""

c-api/bytes.po

Lines changed: 6 additions & 6 deletions
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: 2021-01-27 19:26+0100\n"
8+
"POT-Creation-Date: 2022-03-18 17:06+0100\n"
99
"PO-Revision-Date: 2018-07-03 11:50+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -224,9 +224,9 @@ msgstr ""
224224

225225
#: c-api/bytes.rst:102
226226
msgid ""
227-
"The hex representation of a C pointer. Mostly equivalent to ``printf(\"%p"
228-
"\")`` except that it is guaranteed to start with the literal ``0x`` "
229-
"regardless of what the platform's ``printf`` yields."
227+
"The hex representation of a C pointer. Mostly equivalent to "
228+
"``printf(\"%p\")`` except that it is guaranteed to start with the literal "
229+
"``0x`` regardless of what the platform's ``printf`` yields."
230230
msgstr ""
231231

232232
#: c-api/bytes.rst:111
@@ -330,7 +330,7 @@ msgid ""
330330
"address of an existing bytes object as an lvalue (it may be written into), "
331331
"and the new size desired. On success, *\\*bytes* holds the resized bytes "
332332
"object and ``0`` is returned; the address in *\\*bytes* may differ from its "
333-
"input value. If the reallocation fails, the original bytes object at *"
334-
"\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
333+
"input value. If the reallocation fails, the original bytes object at "
334+
"*\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
335335
"is set, and ``-1`` is returned."
336336
msgstr ""

0 commit comments

Comments
 (0)