@@ -6,15 +6,17 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2017-04-02 22:11+0200\n "
9
- "PO-Revision-Date : 2018-10-04 12:25+0200\n "
10
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
9
+ "PO-Revision-Date : 2018-11-10 12:06+0100\n "
11
10
"
Language-Team :
FRENCH <[email protected] >\n "
12
11
"Language : fr\n "
13
12
"MIME-Version : 1.0\n "
14
13
"Content-Type : text/plain; charset=UTF-8\n "
15
14
"Content-Transfer-Encoding : 8bit\n "
15
+ "Last-Translator : \n "
16
+ "X-Generator : Poedit 2.0.6\n "
16
17
17
18
#: ../Doc/c-api/objbuffer.rst:4
19
+ #, fuzzy
18
20
msgid "Old Buffer Protocol"
19
21
msgstr "Ancien *Buffer Protocol*"
20
22
@@ -47,22 +49,34 @@ msgstr ""
47
49
"func:`PyBuffer_Release` lorsque la vue peut être libérée."
48
50
49
51
#: ../Doc/c-api/objbuffer.rst:23
52
+ #, fuzzy
50
53
msgid ""
51
54
"Returns a pointer to a read-only memory location usable as character-based "
52
55
"input. The *obj* argument must support the single-segment character buffer "
53
56
"interface. On success, returns ``0``, sets *buffer* to the memory location "
54
57
"and *buffer_len* to the buffer length. Returns ``-1`` and sets a :exc:"
55
58
"`TypeError` on error."
56
59
msgstr ""
60
+ "Retourne un pointeur vers une adresse mémoire en lecture seule utilisable en "
61
+ "tant que entrée par caractère. L'argument *obj* doit supporter l'interface "
62
+ "caractère a segment unique buffurisée. en cas de succès, retourne ``0``, "
63
+ "mets la valeur de *buffer* a l'adresse mémoire et *buffer_len* a la taille "
64
+ "du buffer. Retourne ``-1`` et mets une :exc:`TypeError` en cas d'erreur."
57
65
58
66
#: ../Doc/c-api/objbuffer.rst:32
67
+ #, fuzzy
59
68
msgid ""
60
69
"Returns a pointer to a read-only memory location containing arbitrary data. "
61
70
"The *obj* argument must support the single-segment readable buffer "
62
71
"interface. On success, returns ``0``, sets *buffer* to the memory location "
63
72
"and *buffer_len* to the buffer length. Returns ``-1`` and sets a :exc:"
64
73
"`TypeError` on error."
65
74
msgstr ""
75
+ "Retourne un pointeur vers une adresse mémoire en lecture seule contenant des "
76
+ "données arbitraires. L'argument *obj* doit supporter l'interface caractère a "
77
+ "segment unique buffurisée. en cas de succès, retourne ``0``, mets la valeur "
78
+ "de *buffer* a l'adresse mémoire et *buffer_len* a la taille du buffer. "
79
+ "Retourne ``-1`` et mets une :exc:`TypeError` en cas d'erreur."
66
80
67
81
#: ../Doc/c-api/objbuffer.rst:41
68
82
msgid ""
@@ -73,6 +87,7 @@ msgstr ""
73
87
"``0`` sinon."
74
88
75
89
#: ../Doc/c-api/objbuffer.rst:47
90
+ #, fuzzy
76
91
msgid ""
77
92
"Returns a pointer to a writable memory location. The *obj* argument must "
78
93
"support the single-segment, character buffer interface. On success, returns "
0 commit comments