Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e850dc3

Browse filesBrowse files
committed
c-api/iterator: Done.
1 parent e9b16ab commit e850dc3
Copy full SHA for e850dc3

File tree

Expand file treeCollapse file tree

1 file changed

+8
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-3
lines changed

‎c-api/iterator.po

Copy file name to clipboardExpand all lines: c-api/iterator.po
+8-3Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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-12-13 08:47+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,7 +19,7 @@ msgstr ""
1919

2020
#: ../Doc/c-api/iterator.rst:6
2121
msgid "Iterator Objects"
22-
msgstr ""
22+
msgstr "Itérateurs"
2323

2424
#: ../Doc/c-api/iterator.rst:8
2525
msgid ""
@@ -29,6 +29,11 @@ msgid ""
2929
"sentinel value, calling the callable for each item in the sequence, and "
3030
"ending the iteration when the sentinel value is returned."
3131
msgstr ""
32+
"Python fournit deux itérateurs génériques. Le premier est un itérateur de "
33+
"séquence, il fonctionne avec n'importe quelle séquence gérant la méthode :"
34+
"meth:`__getitem__`. Le second fonctionne avec un objet appelable et une "
35+
"valeur sentinelle, il appelle l'appelable pour obtenir chaque élément de la "
36+
"séquence, et l'itération se termine lorsque la sentinelle est reçue."
3237

3338
#: ../Doc/c-api/iterator.rst:17
3439
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.