55msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
8- "POT-Creation-Date : 2017-04-02 22:11 +0200\n "
8+ "POT-Creation-Date : 2018-08-03 17:52 +0200\n "
99"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1010"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
@@ -62,47 +62,40 @@ msgstr ""
6262msgid "The following functions allow marshalled values to be read back in."
6363msgstr ""
6464
65- #: ../Doc/c-api/marshal.rst:43
66- msgid ""
67- "XXX What about error detection? It appears that reading past the end of the "
68- "file will always result in a negative numeric value (where that's relevant), "
69- "but it's not clear that negative values won't be handled properly when "
70- "there's no error. What's the right way to tell? Should only non-negative "
71- "values be written using these routines?"
72- msgstr ""
73-
74- #: ../Doc/c-api/marshal.rst:52
65+ #: ../Doc/c-api/marshal.rst:46
7566msgid ""
7667"Return a C :c:type:`long` from the data stream in a :c:type:`FILE\\ *` opened "
7768"for reading. Only a 32-bit value can be read in using this function, "
7869"regardless of the native size of :c:type:`long`."
7970msgstr ""
8071
81- #: ../Doc/c-api/marshal.rst:56 ../Doc/c-api/marshal.rst:65
82- msgid "On error, raise an exception and return ``-1``."
72+ #: ../Doc/c-api/marshal.rst:50 ../Doc/c-api/marshal.rst:60
73+ msgid ""
74+ "On error, sets the appropriate exception (:exc:`EOFError`) and returns "
75+ "``-1``."
8376msgstr ""
8477
85- #: ../Doc/c-api/marshal.rst:61
78+ #: ../Doc/c-api/marshal.rst:56
8679msgid ""
8780"Return a C :c:type:`short` from the data stream in a :c:type:`FILE\\ *` "
8881"opened for reading. Only a 16-bit value can be read in using this function, "
8982"regardless of the native size of :c:type:`short`."
9083msgstr ""
9184
92- #: ../Doc/c-api/marshal.rst:70
85+ #: ../Doc/c-api/marshal.rst:66
9386msgid ""
9487"Return a Python object from the data stream in a :c:type:`FILE\\ *` opened "
9588"for reading."
9689msgstr ""
9790
98- #: ../Doc/c-api/marshal.rst:73 ../Doc/c-api/marshal.rst:87
99- #: ../Doc/c-api/marshal.rst:96
91+ #: ../Doc/c-api/marshal.rst:69 ../Doc/c-api/marshal.rst:83
92+ #: ../Doc/c-api/marshal.rst:92
10093msgid ""
101- "On error, sets the appropriate exception (:exc:`EOFError` or :exc:"
102- "`TypeError`) and returns *NULL*."
94+ "On error, sets the appropriate exception (:exc:`EOFError`, :exc:`ValueError` "
95+ "or :exc: `TypeError`) and returns *NULL*."
10396msgstr ""
10497
105- #: ../Doc/c-api/marshal.rst:79
98+ #: ../Doc/c-api/marshal.rst:75
10699msgid ""
107100"Return a Python object from the data stream in a :c:type:`FILE\\ *` opened "
108101"for reading. Unlike :c:func:`PyMarshal_ReadObjectFromFile`, this function "
@@ -113,7 +106,7 @@ msgid ""
113106"anything else from the file."
114107msgstr ""
115108
116- #: ../Doc/c-api/marshal.rst:93
109+ #: ../Doc/c-api/marshal.rst:89
117110msgid ""
118111"Return a Python object from the data stream in a byte buffer containing "
119112"*len* bytes pointed to by *data*."
0 commit comments