@@ -42198,6 +42198,8 @@ msgid ""
42198
42198
"Return the :attr:`~object.__dict__` attribute for a module, class, instance, "
42199
42199
"or any other object with a :attr:`__dict__` attribute."
42200
42200
msgstr ""
42201
+ "Donne l'attribut :attr:`~object.__dict__` d'un module, d'une classe, d'une "
42202
+ "instance, ou tout autre objet ayant un attribut :attr:`__dict__`."
42201
42203
42202
42204
#: library/functions.rst:1550
42203
42205
msgid ""
@@ -42213,6 +42215,9 @@ msgid ""
42213
42215
"locals dictionary is only useful for reads since updates to the locals "
42214
42216
"dictionary are ignored."
42215
42217
msgstr ""
42218
+ "Sans augment, :func:`vars` se comporte comme :func:`locals`. Notez que le "
42219
+ "dictionnaire des variables locales n'est utile qu'en lecture, car ses "
42220
+ "écritures sont ignorées."
42216
42221
42217
42222
#: library/functions.rst:1563
42218
42223
msgid ""
@@ -42262,6 +42267,8 @@ msgid ""
42262
42267
":func:`zip` in conjunction with the ``*`` operator can be used to unzip a "
42263
42268
"list::"
42264
42269
msgstr ""
42270
+ ":func:`zip` peut être utilisée conjointement avec l'opérateur ``*`` pour de-"
42271
+ "*zip*-per une liste : ::"
42265
42272
42266
42273
#: library/functions.rst:1613
42267
42274
msgid ""
@@ -42274,6 +42281,8 @@ msgid ""
42274
42281
"This is an advanced function that is not needed in everyday Python "
42275
42282
"programming, unlike :func:`importlib.import_module`."
42276
42283
msgstr ""
42284
+ "C'est une fonction avancée qui n'est pas fréquemment nécessaire, "
42285
+ "contrairement à :func:`importlib.import_module`."
42277
42286
42278
42287
#: library/functions.rst:1629
42279
42288
msgid ""
0 commit comments