@@ -9,8 +9,8 @@ msgstr ""
99"Project-Id-Version : Python 3.6\n "
1010"Report-Msgid-Bugs-To : \n "
1111"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-20 13:19+0100 \n "
13+ "Last-Translator : Julien Palard <julien@palard.fr >\n "
1414"Language-Team : LANGUAGE <LL@li.org>\n "
1515"Language : fr\n "
1616"MIME-Version : 1.0\n "
@@ -19,15 +19,15 @@ msgstr ""
1919
2020#: ../Doc/c-api/iter.rst:6
2121msgid "Iterator Protocol"
22- msgstr ""
22+ msgstr "Protocole d'Itération "
2323
2424#: ../Doc/c-api/iter.rst:8
2525msgid "There are two functions specifically for working with iterators."
26- msgstr ""
26+ msgstr "Il existe deux fonctions dédiées à l'interaction avec les itérateurs. "
2727
2828#: ../Doc/c-api/iter.rst:12
2929msgid "Return true if the object *o* supports the iterator protocol."
30- msgstr ""
30+ msgstr "Renvoie vrai si l'objet *o* supporte le protocole d'itération. "
3131
3232#: ../Doc/c-api/iter.rst:17
3333msgid ""
@@ -36,9 +36,16 @@ msgid ""
3636"values, returns *NULL* with no exception set. If an error occurs while "
3737"retrieving the item, returns *NULL* and passes along the exception."
3838msgstr ""
39+ "Renvoie la valeur suivante d'une itération de *o*. L'objet doit être un "
40+ "itérateur (c'est à l'appelant de faire cette vérification). Renvoie *NULL* "
41+ "s'il n'y a plus de valeurs, sans déclarer d'exception. Renvoie *NULL* en "
42+ "déclarant une exception si une erreur survient lors de la récupération d'un "
43+ "élément."
3944
4045#: ../Doc/c-api/iter.rst:22
4146msgid ""
4247"To write a loop which iterates over an iterator, the C code should look "
4348"something like this::"
4449msgstr ""
50+ "Pour écrire une boucle itérant un itérateur, le code C devrait ressembler "
51+ "à : ::"
0 commit comments