5
5
msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2018-06-28 15:29+0200 \n "
8
+ "POT-Creation-Date : 2019-11-15 18:54+0100 \n "
9
9
"PO-Revision-Date : 2018-10-04 12:14+0200\n "
10
10
"Last-Translator : Julien Palard <julien@palard.fr>\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
@@ -114,7 +114,7 @@ msgstr "Sauf indication contraire, les tampons ne se terminent pas par NUL."
114
114
msgid ""
115
115
"Some formats require a read-only :term:`bytes-like object`, and set a "
116
116
"pointer instead of a buffer structure. They work by checking that the "
117
- "object's :c:member:`PyBufferProcs.bf_releasebuffer` field is * NULL* , which "
117
+ "object's :c:member:`PyBufferProcs.bf_releasebuffer` field is `` NULL`` , which "
118
118
"disallows mutable objects such as :class:`bytearray`."
119
119
msgstr ""
120
120
@@ -196,9 +196,10 @@ msgid "``z`` (:class:`str` or ``None``) [const char \\*]"
196
196
msgstr "``z`` (:class:`str` ou ``None``) [``const char *``]"
197
197
198
198
#: ../Doc/c-api/arg.rst:101
199
+ #, fuzzy
199
200
msgid ""
200
201
"Like ``s``, but the Python object may also be ``None``, in which case the C "
201
- "pointer is set to * NULL* ."
202
+ "pointer is set to `` NULL`` ."
202
203
msgstr ""
203
204
"Comme ``s``, mais l'objet Python peut aussi être ``None``, auquel cas le "
204
205
"pointeur C devient *NULL*."
@@ -210,10 +211,13 @@ msgstr ""
210
211
"``z*`` (:class:`str`, :term:`bytes-like object` ou ``None``) [``Py_buffer``]"
211
212
212
213
#: ../Doc/c-api/arg.rst:105
214
+ #, fuzzy
213
215
msgid ""
214
216
"Like ``s*``, but the Python object may also be ``None``, in which case the "
215
- "``buf`` member of the :c:type:`Py_buffer` structure is set to * NULL* ."
217
+ "``buf`` member of the :c:type:`Py_buffer` structure is set to `` NULL`` ."
216
218
msgstr ""
219
+ "Comme ``u``, mais l'objet Python peut aussi être ``None``, auquel cas le "
220
+ "pointeur :c:type:`Py_UNICODE` vaut *NULL*."
217
221
218
222
#: ../Doc/c-api/arg.rst:110
219
223
msgid ""
@@ -222,9 +226,10 @@ msgid ""
222
226
msgstr ""
223
227
224
228
#: ../Doc/c-api/arg.rst:109
229
+ #, fuzzy
225
230
msgid ""
226
231
"Like ``s#``, but the Python object may also be ``None``, in which case the C "
227
- "pointer is set to * NULL* ."
232
+ "pointer is set to `` NULL`` ."
228
233
msgstr ""
229
234
"Comme ``s#``, mais l'objet Python peut également être ``None``, dans ce cas "
230
235
"le pointeur C est définie à *NULL*."
@@ -330,9 +335,10 @@ msgid "``Z`` (:class:`str` or ``None``) [const Py_UNICODE \\*]"
330
335
msgstr "``Z`` (:class:`str` ou ``None``) [``const Py_UNICODE *``]"
331
336
332
337
#: ../Doc/c-api/arg.rst:168
338
+ #, fuzzy
333
339
msgid ""
334
340
"Like ``u``, but the Python object may also be ``None``, in which case the :c:"
335
- "type:`Py_UNICODE` pointer is set to * NULL* ."
341
+ "type:`Py_UNICODE` pointer is set to `` NULL`` ."
336
342
msgstr ""
337
343
"Comme ``u``, mais l'objet Python peut aussi être ``None``, auquel cas le "
338
344
"pointeur :c:type:`Py_UNICODE` vaut *NULL*."
@@ -342,9 +348,10 @@ msgid "``Z#`` (:class:`str` or ``None``) [const Py_UNICODE \\*, int]"
342
348
msgstr "``Z#`` (:class:`str` ou ``None``) [``const Py_UNICODE *``, ``int``]"
343
349
344
350
#: ../Doc/c-api/arg.rst:176
351
+ #, fuzzy
345
352
msgid ""
346
353
"Like ``u#``, but the Python object may also be ``None``, in which case the :"
347
- "c:type:`Py_UNICODE` pointer is set to * NULL* ."
354
+ "c:type:`Py_UNICODE` pointer is set to `` NULL`` ."
348
355
msgstr ""
349
356
"Comme ``u#``, mais l'objet Python peut également être ``None``, auquel cas "
350
357
"le pointeur :c:type:`Py_UNICODE` vaut *NULL*."
@@ -386,7 +393,7 @@ msgstr ""
386
393
msgid ""
387
394
"This format requires two arguments. The first is only used as input, and "
388
395
"must be a :c:type:`const char\\ *` which points to the name of an encoding as "
389
- "a NUL-terminated string, or * NULL* , in which case ``'utf-8'`` encoding is "
396
+ "a NUL-terminated string, or `` NULL`` , in which case ``'utf-8'`` encoding is "
390
397
"used. An exception is raised if the named encoding is not known to Python. "
391
398
"The second argument must be a :c:type:`char\\ *\\ *`; the value of the pointer "
392
399
"it references will be set to a buffer with the contents of the argument "
@@ -432,8 +439,8 @@ msgstr ""
432
439
msgid ""
433
440
"It requires three arguments. The first is only used as input, and must be "
434
441
"a :c:type:`const char\\ *` which points to the name of an encoding as a NUL-"
435
- "terminated string, or * NULL* , in which case ``'utf-8'`` encoding is used. An "
436
- "exception is raised if the named encoding is not known to Python. The "
442
+ "terminated string, or `` NULL`` , in which case ``'utf-8'`` encoding is used. "
443
+ "An exception is raised if the named encoding is not known to Python. The "
437
444
"second argument must be a :c:type:`char\\ *\\ *`; the value of the pointer it "
438
445
"references will be set to a buffer with the contents of the argument text. "
439
446
"The text will be encoded in the encoding specified by the first argument. "
@@ -447,16 +454,16 @@ msgstr "Il existe deux modes de fonctionnement :"
447
454
448
455
#: ../Doc/c-api/arg.rst:233
449
456
msgid ""
450
- "If *\\ *buffer* points a * NULL* pointer, the function will allocate a buffer "
451
- "of the needed size, copy the encoded data into this buffer and set *"
457
+ "If *\\ *buffer* points a `` NULL`` pointer, the function will allocate a "
458
+ "buffer of the needed size, copy the encoded data into this buffer and set *"
452
459
"\\ *buffer* to reference the newly allocated storage. The caller is "
453
460
"responsible for calling :c:func:`PyMem_Free` to free the allocated buffer "
454
461
"after usage."
455
462
msgstr ""
456
463
457
464
#: ../Doc/c-api/arg.rst:238
458
465
msgid ""
459
- "If *\\ *buffer* points to a non-* NULL* pointer (an already allocated "
466
+ "If *\\ *buffer* points to a non-`` NULL`` pointer (an already allocated "
460
467
"buffer), :c:func:`PyArg_ParseTuple` will use this location as the buffer and "
461
468
"interpret the initial value of *\\ *buffer_length* as the buffer size. It "
462
469
"will then copy the encoded data into the buffer and NUL-terminate it. If "
@@ -661,10 +668,11 @@ msgid "``O`` (object) [PyObject \\*]"
661
668
msgstr "``O`` (objet) [``PyObject *``]"
662
669
663
670
#: ../Doc/c-api/arg.rst:318
671
+ #, fuzzy
664
672
msgid ""
665
673
"Store a Python object (without any conversion) in a C object pointer. The C "
666
674
"program thus receives the actual object that was passed. The object's "
667
- "reference count is not increased. The pointer stored is not * NULL* ."
675
+ "reference count is not increased. The pointer stored is not `` NULL`` ."
668
676
msgstr ""
669
677
"Stocke un objet Python (sans aucune conversion) en un pointeur sur un objet "
670
678
"C. Ainsi, Le programme C reçoit l'objet réel qui a été passé. Le compteur de "
@@ -711,7 +719,7 @@ msgid ""
711
719
"If the *converter* returns ``Py_CLEANUP_SUPPORTED``, it may get called a "
712
720
"second time if the argument parsing eventually fails, giving the converter a "
713
721
"chance to release any memory that it had already allocated. In this second "
714
- "call, the *object* parameter will be NULL; *address* will have the same "
722
+ "call, the *object* parameter will be `` NULL`` ; *address* will have the same "
715
723
"value as in the original call."
716
724
msgstr ""
717
725
@@ -871,7 +879,7 @@ msgstr ""
871
879
#: ../Doc/c-api/arg.rst:438
872
880
msgid ""
873
881
"Parse the parameters of a function that takes both positional and keyword "
874
- "parameters into local variables. The *keywords* argument is a * NULL* -"
882
+ "parameters into local variables. The *keywords* argument is a `` NULL`` -"
875
883
"terminated array of keyword parameter names. Empty names denote :ref:"
876
884
"`positional-only parameters <positional-only_parameter>`. Returns true on "
877
885
"success; on failure, it returns false and raises the appropriate exception."
@@ -945,8 +953,8 @@ msgstr "Construction des valeurs"
945
953
msgid ""
946
954
"Create a new value based on a format string similar to those accepted by "
947
955
"the :c:func:`PyArg_Parse\\ *` family of functions and a sequence of values. "
948
- "Returns the value or * NULL* in the case of an error; an exception will be "
949
- "raised if * NULL* is returned."
956
+ "Returns the value or `` NULL`` in the case of an error; an exception will be "
957
+ "raised if `` NULL`` is returned."
950
958
msgstr ""
951
959
952
960
#: ../Doc/c-api/arg.rst:526
@@ -991,7 +999,7 @@ msgstr "``s`` (:class:`str` ou ``None``) [``const char *``]"
991
999
#: ../Doc/c-api/arg.rst:549
992
1000
msgid ""
993
1001
"Convert a null-terminated C string to a Python :class:`str` object using "
994
- "``'utf-8'`` encoding. If the C string pointer is * NULL* , ``None`` is used."
1002
+ "``'utf-8'`` encoding. If the C string pointer is `` NULL`` , ``None`` is used."
995
1003
msgstr ""
996
1004
997
1005
#: ../Doc/c-api/arg.rst:555
@@ -1001,7 +1009,7 @@ msgstr "``s#`` (:class:`str` ou ``None``) [``const char *``, ``int``]"
1001
1009
#: ../Doc/c-api/arg.rst:553
1002
1010
msgid ""
1003
1011
"Convert a C string and its length to a Python :class:`str` object using "
1004
- "``'utf-8'`` encoding. If the C string pointer is * NULL* , the length is "
1012
+ "``'utf-8'`` encoding. If the C string pointer is `` NULL`` , the length is "
1005
1013
"ignored and ``None`` is returned."
1006
1014
msgstr ""
1007
1015
@@ -1012,7 +1020,7 @@ msgstr "``y`` (:class:`bytes`) [``const char *``]"
1012
1020
#: ../Doc/c-api/arg.rst:558
1013
1021
msgid ""
1014
1022
"This converts a C string to a Python :class:`bytes` object. If the C string "
1015
- "pointer is * NULL* , ``None`` is returned."
1023
+ "pointer is `` NULL`` , ``None`` is returned."
1016
1024
msgstr ""
1017
1025
1018
1026
#: ../Doc/c-api/arg.rst:563
@@ -1022,7 +1030,7 @@ msgstr "``y#`` (:class:`bytes`) [``const char *, int``]"
1022
1030
#: ../Doc/c-api/arg.rst:562
1023
1031
msgid ""
1024
1032
"This converts a C string and its lengths to a Python object. If the C "
1025
- "string pointer is * NULL* , ``None`` is returned."
1033
+ "string pointer is `` NULL`` , ``None`` is returned."
1026
1034
msgstr ""
1027
1035
1028
1036
#: ../Doc/c-api/arg.rst:566 ../Doc/c-api/arg.rst:582
@@ -1045,7 +1053,7 @@ msgstr "``u`` (:class:`str`) [``const wchar_t *``]"
1045
1053
msgid ""
1046
1054
"Convert a null-terminated :c:type:`wchar_t` buffer of Unicode (UTF-16 or "
1047
1055
"UCS-4) data to a Python Unicode object. If the Unicode buffer pointer is "
1048
- "* NULL* , ``None`` is returned."
1056
+ "`` NULL`` , ``None`` is returned."
1049
1057
msgstr ""
1050
1058
1051
1059
#: ../Doc/c-api/arg.rst:579
@@ -1055,7 +1063,7 @@ msgstr "``u#`` (:class:`str`) [``const wchar_t *``, ``int``]"
1055
1063
#: ../Doc/c-api/arg.rst:577
1056
1064
msgid ""
1057
1065
"Convert a Unicode (UTF-16 or UCS-4) data buffer and its length to a Python "
1058
- "Unicode object. If the Unicode buffer pointer is * NULL* , the length is "
1066
+ "Unicode object. If the Unicode buffer pointer is `` NULL`` , the length is "
1059
1067
"ignored and ``None`` is returned."
1060
1068
msgstr ""
1061
1069
@@ -1150,11 +1158,11 @@ msgstr ""
1150
1158
#: ../Doc/c-api/arg.rst:638
1151
1159
msgid ""
1152
1160
"Pass a Python object untouched (except for its reference count, which is "
1153
- "incremented by one). If the object passed in is a * NULL* pointer, it is "
1161
+ "incremented by one). If the object passed in is a `` NULL`` pointer, it is "
1154
1162
"assumed that this was caused because the call producing the argument found "
1155
1163
"an error and set an exception. Therefore, :c:func:`Py_BuildValue` will "
1156
- "return * NULL* but won't raise an exception. If no exception has been raised "
1157
- "yet, :exc:`SystemError` is set."
1164
+ "return `` NULL`` but won't raise an exception. If no exception has been "
1165
+ "raised yet, :exc:`SystemError` is set."
1158
1166
msgstr ""
1159
1167
1160
1168
#: ../Doc/c-api/arg.rst:646
@@ -1181,7 +1189,7 @@ msgid ""
1181
1189
"Convert *anything* to a Python object through a *converter* function. The "
1182
1190
"function is called with *anything* (which should be compatible with :c:type:"
1183
1191
"`void \\ *`) as its argument and should return a \" new\" Python object, or "
1184
- "* NULL* if an error occurred."
1192
+ "`` NULL`` if an error occurred."
1185
1193
msgstr ""
1186
1194
1187
1195
#: ../Doc/c-api/arg.rst:660
@@ -1214,7 +1222,7 @@ msgstr ""
1214
1222
#: ../Doc/c-api/arg.rst:670
1215
1223
msgid ""
1216
1224
"If there is an error in the format string, the :exc:`SystemError` exception "
1217
- "is set and * NULL* returned."
1225
+ "is set and `` NULL`` returned."
1218
1226
msgstr ""
1219
1227
1220
1228
#: ../Doc/c-api/arg.rst:675
0 commit comments