5
5
msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2019-11-15 18:54+0100 \n "
8
+ "POT-Creation-Date : 2020-05-23 11:38+0200 \n "
9
9
"PO-Revision-Date : 2018-10-04 12:24+0200\n "
10
10
"Last-Translator : Julien Palard <julien@palard.fr>\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
@@ -379,7 +379,7 @@ msgstr ""
379
379
#: ../Doc/c-api/exceptions.rst:360
380
380
msgid ""
381
381
"Function similar to :c:func:`PyErr_WarnFormat`, but *category* is :exc:"
382
- "`ResourceWarning` and pass *source* to :func:`warnings.WarningMessage`."
382
+ "`ResourceWarning` and it passes *source* to :func:`warnings.WarningMessage`."
383
383
msgstr ""
384
384
385
385
#: ../Doc/c-api/exceptions.rst:367
@@ -805,16 +805,16 @@ msgid ""
805
805
msgstr ""
806
806
807
807
#: ../Doc/c-api/exceptions.rst:823 ../Doc/c-api/exceptions.rst:956
808
- #: ../Doc/c-api/exceptions.rst:1004
808
+ #: ../Doc/c-api/exceptions.rst:1001
809
809
msgid "C Name"
810
810
msgstr "Nom C"
811
811
812
- #: ../Doc/c-api/exceptions.rst:823 ../Doc/c-api/exceptions.rst:1004
812
+ #: ../Doc/c-api/exceptions.rst:823 ../Doc/c-api/exceptions.rst:1001
813
813
msgid "Python Name"
814
814
msgstr "Nom Python"
815
815
816
816
#: ../Doc/c-api/exceptions.rst:823 ../Doc/c-api/exceptions.rst:956
817
- #: ../Doc/c-api/exceptions.rst:1004
817
+ #: ../Doc/c-api/exceptions.rst:1001
818
818
msgid "Notes"
819
819
msgstr "Notes"
820
820
@@ -828,7 +828,7 @@ msgstr ":exc:`BaseException`"
828
828
829
829
#: ../Doc/c-api/exceptions.rst:825 ../Doc/c-api/exceptions.rst:827
830
830
#: ../Doc/c-api/exceptions.rst:829 ../Doc/c-api/exceptions.rst:875
831
- #: ../Doc/c-api/exceptions.rst:887 ../Doc/c-api/exceptions.rst:1006
831
+ #: ../Doc/c-api/exceptions.rst:887 ../Doc/c-api/exceptions.rst:1003
832
832
msgid "\\ (1)"
833
833
msgstr "\\ (1)"
834
834
@@ -1297,7 +1297,7 @@ msgstr "\\(3)"
1297
1297
msgid "These aliases used to be separate exception types."
1298
1298
msgstr ""
1299
1299
1300
- #: ../Doc/c-api/exceptions.rst:968 ../Doc/c-api/exceptions.rst:1032
1300
+ #: ../Doc/c-api/exceptions.rst:968 ../Doc/c-api/exceptions.rst:1029
1301
1301
msgid "Notes:"
1302
1302
msgstr "Notes :"
1303
1303
@@ -1306,119 +1306,118 @@ msgid "This is a base class for other standard exceptions."
1306
1306
msgstr "C'est la classe de base pour les autres exceptions standards."
1307
1307
1308
1308
#: ../Doc/c-api/exceptions.rst:974
1309
- msgid "This is the same as :exc:`weakref.ReferenceError`."
1310
- msgstr "Identique à :exc:`weakref.ReferenceError`."
1311
-
1312
- #: ../Doc/c-api/exceptions.rst:977
1313
1309
msgid ""
1314
1310
"Only defined on Windows; protect code that uses this by testing that the "
1315
1311
"preprocessor macro ``MS_WINDOWS`` is defined."
1316
1312
msgstr ""
1317
1313
1318
- #: ../Doc/c-api/exceptions.rst:983
1314
+ #: ../Doc/c-api/exceptions.rst:980
1319
1315
msgid "Standard Warning Categories"
1320
1316
msgstr ""
1321
1317
1322
- #: ../Doc/c-api/exceptions.rst:985
1318
+ #: ../Doc/c-api/exceptions.rst:982
1323
1319
msgid ""
1324
1320
"All standard Python warning categories are available as global variables "
1325
1321
"whose names are ``PyExc_`` followed by the Python exception name. These have "
1326
1322
"the type :c:type:`PyObject\\ *`; they are all class objects. For "
1327
1323
"completeness, here are all the variables:"
1328
1324
msgstr ""
1329
1325
1330
- #: ../Doc/c-api/exceptions.rst:1006
1326
+ #: ../Doc/c-api/exceptions.rst:1003
1331
1327
msgid ":c:data:`PyExc_Warning`"
1332
1328
msgstr ":c:data:`PyExc_Warning`"
1333
1329
1334
- #: ../Doc/c-api/exceptions.rst:1006
1330
+ #: ../Doc/c-api/exceptions.rst:1003
1335
1331
msgid ":exc:`Warning`"
1336
1332
msgstr ":exc:`Warning`"
1337
1333
1338
- #: ../Doc/c-api/exceptions.rst:1008
1334
+ #: ../Doc/c-api/exceptions.rst:1005
1339
1335
msgid ":c:data:`PyExc_BytesWarning`"
1340
1336
msgstr ":c:data:`PyExc_BytesWarning`"
1341
1337
1342
- #: ../Doc/c-api/exceptions.rst:1008
1338
+ #: ../Doc/c-api/exceptions.rst:1005
1343
1339
msgid ":exc:`BytesWarning`"
1344
1340
msgstr ":exc:`BytesWarning`"
1345
1341
1346
- #: ../Doc/c-api/exceptions.rst:1010
1342
+ #: ../Doc/c-api/exceptions.rst:1007
1347
1343
msgid ":c:data:`PyExc_DeprecationWarning`"
1348
1344
msgstr ":c:data:`PyExc_DeprecationWarning`"
1349
1345
1350
- #: ../Doc/c-api/exceptions.rst:1010
1346
+ #: ../Doc/c-api/exceptions.rst:1007
1351
1347
msgid ":exc:`DeprecationWarning`"
1352
1348
msgstr ":exc:`DeprecationWarning`"
1353
1349
1354
- #: ../Doc/c-api/exceptions.rst:1012
1350
+ #: ../Doc/c-api/exceptions.rst:1009
1355
1351
msgid ":c:data:`PyExc_FutureWarning`"
1356
1352
msgstr ":c:data:`PyExc_FutureWarning`"
1357
1353
1358
- #: ../Doc/c-api/exceptions.rst:1012
1354
+ #: ../Doc/c-api/exceptions.rst:1009
1359
1355
msgid ":exc:`FutureWarning`"
1360
1356
msgstr ":exc:`FutureWarning`"
1361
1357
1362
- #: ../Doc/c-api/exceptions.rst:1014
1358
+ #: ../Doc/c-api/exceptions.rst:1011
1363
1359
msgid ":c:data:`PyExc_ImportWarning`"
1364
1360
msgstr ":c:data:`PyExc_ImportWarning`"
1365
1361
1366
- #: ../Doc/c-api/exceptions.rst:1014
1362
+ #: ../Doc/c-api/exceptions.rst:1011
1367
1363
msgid ":exc:`ImportWarning`"
1368
1364
msgstr ":exc:`ImportWarning`"
1369
1365
1370
- #: ../Doc/c-api/exceptions.rst:1016
1366
+ #: ../Doc/c-api/exceptions.rst:1013
1371
1367
msgid ":c:data:`PyExc_PendingDeprecationWarning`"
1372
1368
msgstr ":c:data:`PyExc_PendingDeprecationWarning`"
1373
1369
1374
- #: ../Doc/c-api/exceptions.rst:1016
1370
+ #: ../Doc/c-api/exceptions.rst:1013
1375
1371
msgid ":exc:`PendingDeprecationWarning`"
1376
1372
msgstr ":exc:`PendingDeprecationWarning`"
1377
1373
1378
- #: ../Doc/c-api/exceptions.rst:1018
1374
+ #: ../Doc/c-api/exceptions.rst:1015
1379
1375
msgid ":c:data:`PyExc_ResourceWarning`"
1380
1376
msgstr ":c:data:`PyExc_ResourceWarning`"
1381
1377
1382
- #: ../Doc/c-api/exceptions.rst:1018
1378
+ #: ../Doc/c-api/exceptions.rst:1015
1383
1379
msgid ":exc:`ResourceWarning`"
1384
1380
msgstr ":exc:`ResourceWarning`"
1385
1381
1386
- #: ../Doc/c-api/exceptions.rst:1020
1382
+ #: ../Doc/c-api/exceptions.rst:1017
1387
1383
msgid ":c:data:`PyExc_RuntimeWarning`"
1388
1384
msgstr ":c:data:`PyExc_RuntimeWarning`"
1389
1385
1390
- #: ../Doc/c-api/exceptions.rst:1020
1386
+ #: ../Doc/c-api/exceptions.rst:1017
1391
1387
msgid ":exc:`RuntimeWarning`"
1392
1388
msgstr ":exc:`RuntimeWarning`"
1393
1389
1394
- #: ../Doc/c-api/exceptions.rst:1022
1390
+ #: ../Doc/c-api/exceptions.rst:1019
1395
1391
msgid ":c:data:`PyExc_SyntaxWarning`"
1396
1392
msgstr ":c:data:`PyExc_SyntaxWarning`"
1397
1393
1398
- #: ../Doc/c-api/exceptions.rst:1022
1394
+ #: ../Doc/c-api/exceptions.rst:1019
1399
1395
msgid ":exc:`SyntaxWarning`"
1400
1396
msgstr ":exc:`SyntaxWarning`"
1401
1397
1402
- #: ../Doc/c-api/exceptions.rst:1024
1398
+ #: ../Doc/c-api/exceptions.rst:1021
1403
1399
msgid ":c:data:`PyExc_UnicodeWarning`"
1404
1400
msgstr ":c:data:`PyExc_UnicodeWarning`"
1405
1401
1406
- #: ../Doc/c-api/exceptions.rst:1024
1402
+ #: ../Doc/c-api/exceptions.rst:1021
1407
1403
msgid ":exc:`UnicodeWarning`"
1408
1404
msgstr ":exc:`UnicodeWarning`"
1409
1405
1410
- #: ../Doc/c-api/exceptions.rst:1026
1406
+ #: ../Doc/c-api/exceptions.rst:1023
1411
1407
msgid ":c:data:`PyExc_UserWarning`"
1412
1408
msgstr ":c:data:`PyExc_UserWarning`"
1413
1409
1414
- #: ../Doc/c-api/exceptions.rst:1026
1410
+ #: ../Doc/c-api/exceptions.rst:1023
1415
1411
msgid ":exc:`UserWarning`"
1416
1412
msgstr ":exc:`UserWarning`"
1417
1413
1418
- #: ../Doc/c-api/exceptions.rst:1029
1414
+ #: ../Doc/c-api/exceptions.rst:1026
1419
1415
msgid ":c:data:`PyExc_ResourceWarning`."
1420
1416
msgstr ":c:data:`PyExc_ResourceWarning`."
1421
1417
1422
- #: ../Doc/c-api/exceptions.rst:1035
1418
+ #: ../Doc/c-api/exceptions.rst:1032
1423
1419
msgid "This is a base class for other standard warning categories."
1424
1420
msgstr "C'est la classe de base pour les autres catégories de *warning*."
1421
+
1422
+ #~ msgid "This is the same as :exc:`weakref.ReferenceError`."
1423
+ #~ msgstr "Identique à :exc:`weakref.ReferenceError`."
0 commit comments