@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-03-20 09:03+0100\n "
9
- "PO-Revision-Date : 2018-11-30 10:55 +0100\n "
9
+ "PO-Revision-Date : 2019-03-21 20:12 +0100\n "
10
10
"
Last-Translator :
Jules Lasne <[email protected] >\n "
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.2 \n "
16
+ "X-Generator : Poedit 2.0.6 \n "
17
17
18
18
#: ../Doc/c-api/objbuffer.rst:4
19
19
msgid "Old Buffer Protocol"
@@ -78,20 +78,23 @@ msgstr ""
78
78
"`TypeError` en cas d'erreur."
79
79
80
80
#: ../Doc/c-api/objbuffer.rst:41
81
- #, fuzzy
82
81
msgid ""
83
82
"Returns ``1`` if *o* supports the single-segment readable buffer interface. "
84
83
"Otherwise returns ``0``. This function always succeeds."
85
84
msgstr ""
86
85
"Retourne ``1`` si *o* prend en charge l'interface de mémoire tampon lisible "
87
- "à segment unique. Sinon, renvoie ``0``."
86
+ "à segment unique. Sinon, renvoie ``0``. Cette fonction réussit toujours. "
88
87
89
88
#: ../Doc/c-api/objbuffer.rst:44
90
89
msgid ""
91
90
"Note that this function tries to get and release a buffer, and exceptions "
92
91
"which occur while calling corresponding functions will get suppressed. To "
93
92
"get error reporting use :c:func:`PyObject_GetBuffer()` instead."
94
93
msgstr ""
94
+ "Notez que cette fonction tente d'obtenir et de libérer une mémoire tampon, "
95
+ "et les exceptions qui se produisent lors de l'appel des fonctions "
96
+ "correspondantes seront supprimées. Pour obtenir un rapport d'erreur, "
97
+ "utilisez à la place :c:func:`PyObject_GetBuffer()`."
95
98
96
99
#: ../Doc/c-api/objbuffer.rst:51
97
100
msgid ""
0 commit comments