@@ -9,8 +9,8 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.6\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2017-04-02 22:11+0200\n "
12
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
13
- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
12
+ "PO-Revision-Date : 2017-11-28 08:50+0100 \n "
13
+ "Last-Translator : Julien Palard <julien@palard.fr >\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
15
15
"Language : fr\n "
16
16
"MIME-Version : 1.0\n "
@@ -19,25 +19,28 @@ msgstr ""
19
19
20
20
#: ../Doc/c-api/coro.rst:6
21
21
msgid "Coroutine Objects"
22
- msgstr ""
22
+ msgstr "Objets Coroutines "
23
23
24
24
#: ../Doc/c-api/coro.rst:10
25
25
msgid ""
26
26
"Coroutine objects are what functions declared with an ``async`` keyword "
27
27
"return."
28
28
msgstr ""
29
+ "Les objets coroutines sont les objets renvoyés par les fonctions déclarées "
30
+ "avec le mot clef ``async``."
29
31
30
32
#: ../Doc/c-api/coro.rst:16
31
33
msgid "The C structure used for coroutine objects."
32
- msgstr ""
34
+ msgstr "La structure C utilisée pour les objets coroutine. "
33
35
34
36
#: ../Doc/c-api/coro.rst:21
35
37
msgid "The type object corresponding to coroutine objects."
36
- msgstr ""
38
+ msgstr "L'objet type correpondant aux objets coroutines. "
37
39
38
40
#: ../Doc/c-api/coro.rst:26
39
41
msgid "Return true if *ob*'s type is *PyCoro_Type*; *ob* must not be *NULL*."
40
42
msgstr ""
43
+ "Renvoie vrai si *ob* est de type *PyCoro_Type*. *ob* ne doit pas être *NULL*."
41
44
42
45
#: ../Doc/c-api/coro.rst:31
43
46
msgid ""
@@ -46,3 +49,7 @@ msgid ""
46
49
"to *frame* is stolen by this function. The *frame* argument must not be "
47
50
"*NULL*."
48
51
msgstr ""
52
+ "Crée et renvoie un nouvel objet coroutine basé sur l'objet *frame*, avec "
53
+ "``__name__`` et ``__qualname__`` respectivement assignés de *name* et "
54
+ "*qualname*. Une référence à *frame* est empruntée par cette fonction. "
55
+ "L'argument *frame* ne doit pas être *NULL*."
0 commit comments