@@ -6,7 +6,7 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2021-10-21 15:04+0200\n "
9
- "PO-Revision-Date : 2021-11-19 16:14 -0700\n "
9
+ "PO-Revision-Date : 2021-11-22 17:58 -0700\n "
10
10
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
11
11
"Language : fr\n "
12
12
"MIME-Version : 1.0\n "
@@ -3449,6 +3449,8 @@ msgid ""
3449
3449
"A call to ``PyParser_SimpleParseStringFlags`` followed by ``PyNode_Compile`` "
3450
3450
"can be replaced by calling :c:func:`Py_CompileString`."
3451
3451
msgstr ""
3452
+ "Un appel à ``PyParser_SimpleParseStringFlags`` suivi de ``PyNode_Compile`` "
3453
+ "peut être remplacé par :c:func:`Py_CompileString` ;"
3452
3454
3453
3455
#: whatsnew/3.10.rst:1934
3454
3456
msgid ""
@@ -3489,7 +3491,7 @@ msgstr ""
3489
3491
3490
3492
#: whatsnew/3.10.rst:1966
3491
3493
msgid "Build Changes"
3492
- msgstr ""
349
E691
4
+ msgstr "Changements à la compilation "
3493
3495
3494
3496
#: whatsnew/3.10.rst:1968
3495
3497
msgid ""
@@ -3502,6 +3504,9 @@ msgid ""
3502
3504
"The C99 functions :c:func:`snprintf` and :c:func:`vsnprintf` are now "
3503
3505
"required to build Python. (Contributed by Victor Stinner in :issue:`36020`.)"
3504
3506
msgstr ""
3507
+ "Les fonctions de *C99* :c:func:`snprintf` et :c:func:`vsnprintf` sont "
3508
+ "maintenant nécessaire à la compilation de Python (contribution de *Victor "
3509
+ "Stinner* dans :issue:`36020`)."
3505
3510
3506
3511
#: whatsnew/3.10.rst:1976
3507
3512
msgid ""
@@ -3514,6 +3519,8 @@ msgid ""
3514
3519
"The :mod:`atexit` module must now always be built as a built-in module. "
3515
3520
"(Contributed by Victor Stinner in :issue:`42639`.)"
3516
3521
msgstr ""
3522
+ "Le module :mod:`atexit` doit maintenant toujours être compilé en tant que "
3523
+ "module natif (contribution de *Victor Stinner* dans :issue:`42639`)."
3517
3524
3518
3525
#: whatsnew/3.10.rst:1982
3519
3526
msgid ""
@@ -3573,7 +3580,7 @@ msgstr ""
3573
3580
3574
3581
#: whatsnew/3.10.rst:2018
3575
3582
msgid "C API Changes"
3576
- msgstr ""
3583
+ msgstr "Changements à l'API C "
3577
3584
3578
3585
#: whatsnew/3.10.rst:2021
3579
3586
msgid "PEP 652: Maintaining the Stable ABI"
0 commit comments