@@ -5,7 +5,7 @@ msgstr ""
5
5
"Project-Id-Version : Python 3.6\n "
6
6
"Report-Msgid-Bugs-To : \n "
7
7
"POT-Creation-Date : 2019-03-11 12:59+0100\n "
8
- "PO-Revision-Date : 2019-04-10 09:59 +0200\n "
8
+ "PO-Revision-Date : 2019-04-21 13:08 +0200\n "
9
9
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
10
10
"Language : fr\n "
11
11
"MIME-Version : 1.0\n "
@@ -1109,6 +1109,7 @@ msgstr ""
1109
1109
"du code Python qui appelle les méthodes de configuration listées ci-dessus."
1110
1110
1111
1111
#: ../Doc/howto/logging.rst:582
1112
+ #, fuzzy
1112
1113
msgid ""
1113
1114
"Creating a logging config file and reading it using the :func:`fileConfig` "
1114
1115
"function."
@@ -1308,7 +1309,8 @@ msgid ""
1308
1309
"handlers could be found for logger X.Y.Z' is printed once."
1309
1310
msgstr ""
1310
1311
"Si *logging.raiseExceptions* vaut ``True`` (mode de développement), un "
1311
- "message *No handlers could be found for logger X.Y.Z* est écrit une fois."
1312
+ "message *No handlers could be found for logger X.Y.Z* est écrit sur la "
1313
+ "sortie standard une fois."
1312
1314
1313
1315
#: ../Doc/howto/logging.rst:776
1314
1316
msgid "In Python 3.2 and later, the behaviour is as follows:"
@@ -1391,6 +1393,7 @@ msgstr ""
1391
1393
"gestionnaires, comme d'habitude."
1392
1394
1393
1395
#: ../Doc/howto/logging.rst:811
1396
+ #, fuzzy
1394
1397
msgid ""
1395
1398
"A do-nothing handler is included in the logging package: :class:`~logging."
1396
1399
"NullHandler` (since Python 3.1). An instance of this handler could be added "
@@ -1430,7 +1433,7 @@ msgid ""
1430
1433
"handlers 'under the hood', you might well interfere with their ability to "
1431
1434
"carry out unit tests and deliver logs which suit their requirements."
1432
1435
msgstr ""
1433
- "Il est vivement conseillé de ne *pas ajouter de gestionnaires autres que* : :"
1436
+ "Il est vivement conseillé de ne *pas ajouter de gestionnaires autres que* :"
1434
1437
"class:`~logging.NullHandler` *aux enregistreurs de votre bibliothèque*. Cela "
1435
1438
"est dû au fait que la configuration des gestionnaires est la prérogative du "
1436
1439
"développeur d'applications qui utilise votre bibliothèque. Le développeur "
@@ -1646,6 +1649,7 @@ msgstr ""
1646
1649
"fichiers de journalisation et de la rotation des fichiers de journalisation."
1647
1650
1648
1651
#: ../Doc/howto/logging.rst:928
1652
+ #, fuzzy
1649
1653
msgid ""
1650
1654
":class:`~handlers.TimedRotatingFileHandler` instances send messages to disk "
1651
1655
"files, rotating the log file at certain timed intervals."
0 commit comments