@@ -8,7 +8,7 @@ msgstr ""
88"Project-Id-Version : Python 3.6\n "
99"Report-Msgid-Bugs-To : \n "
1010"POT-Creation-Date : 2017-05-27 19:40+0200\n "
11- "PO-Revision-Date : 2017-05-28 23:44 +0200\n "
11+ "PO-Revision-Date : 2017-06-05 21:57 +0200\n "
1212"Last-Translator : Julien Palard <julien@palard.fr>\n "
1313"Language-Team : \n "
1414"Language : fr\n "
@@ -5833,28 +5833,37 @@ msgid ""
58335833"To illustrate, the following examples all return a dictionary equal to "
58345834"``{\" one\" : 1, \" two\" : 2, \" three\" : 3}``::"
58355835msgstr ""
5836+ "Typiquement, les exemples suivants renvoient tous un dictionnaire valant "
5837+ "``{\" one\" : 1, \" two\" : 2, \" three\" : 3}`` : ::"
58365838
58375839#: ../Doc/library/stdtypes.rst:4055
58385840msgid ""
58395841"Providing keyword arguments as in the first example only works for keys that "
58405842"are valid Python identifiers. Otherwise, any valid keys can be used."
58415843msgstr ""
5844+ "Fournir les arguments nommés comme dans le premier exemple en fonctionne que "
5845+ "pour des clefs qui sont des identifiants valide en Python. Dans les autres "
5846+ "cas, toutes les clefs valides sont utilisables."
58425847
58435848#: ../Doc/library/stdtypes.rst:4059
58445849msgid ""
58455850"These are the operations that dictionaries support (and therefore, custom "
58465851"mapping types should support too):"
58475852msgstr ""
5853+ "Voici les opérations gérées par les dictionnaires, (par conséquent, d'autres "
5854+ "types de *mapping* peuvent les gérer aussi) :"
58485855
58495856#: ../Doc/library/stdtypes.rst:4064
58505857msgid "Return the number of items in the dictionary *d*."
5851- msgstr ""
5858+ msgstr "Renvoie le nombre d'éléments dans le dictionnaire *d*. "
58525859
58535860#: ../Doc/library/stdtypes.rst:4068
58545861msgid ""
58555862"Return the item of *d* with key *key*. Raises a :exc:`KeyError` if *key* is "
58565863"not in the map."
58575864msgstr ""
5865+ "Donne l'élément de *d* dont la clef est *key*. Lève une exception :exc:"
5866+ "`KeyError` si *key* n'est pas dans le dictionnaire."
58585867
58595868#: ../Doc/library/stdtypes.rst:4073
58605869msgid ""
0 commit comments