@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2018-12-21 09:48+0100\n "
9
- "PO-Revision-Date : 2018-12-12 23:36 +0100\n "
9
+ "PO-Revision-Date : 2019-02-27 12:15 +0100\n "
10
10
"
Last-Translator :
Jules Lasne <[email protected] >\n "
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.2\n "
16
+ "X-Generator : Poedit 2.2.1 \n "
17
17
18
18
#: ../Doc/library/zipfile.rst:2
19
19
msgid ":mod:`zipfile` --- Work with ZIP archives"
@@ -283,15 +283,14 @@ msgstr ""
283
283
"appropriée pour un fichier archive ZIP vide sera écrite dans le fichier."
284
284
285
285
#: ../Doc/library/zipfile.rst:176
286
- #, fuzzy
287
286
msgid ""
288
287
"ZipFile is also a context manager and therefore supports the :keyword:`with` "
289
288
"statement. In the example, *myzip* is closed after the :keyword:`!with` "
290
289
"statement's suite is finished---even if an exception occurs::"
291
290
msgstr ""
292
291
"*ZipFile* est aussi un gestionnaire de contexte et gère ainsi la "
293
292
"déclaration :keyword:`with`. Dans l'exemple, *myzip* est fermé à la fin de "
294
- "la déclaration :keyword:`with` --- même si une exception est levée : ::"
293
+ "la déclaration :keyword:`! with` --- même si une exception est levée ::"
295
294
296
295
#: ../Doc/library/zipfile.rst:183
297
296
msgid "Added the ability to use :class:`ZipFile` as a context manager."
@@ -649,7 +648,6 @@ msgstr ""
649
648
"`ValueError`. Précédemment, une erreur :exc:`RuntimeError` était levée."
650
649
651
650
#: ../Doc/library/zipfile.rst:400
652
- #, fuzzy
653
651
msgid ""
654
652
"Write a file into the archive. The contents is *data*, which may be either "
655
653
"a :class:`str` or a :class:`bytes` instance; if it is a :class:`str`, it is "
@@ -725,7 +723,6 @@ msgstr ""
725
723
"informations de débogage sont affichées sur ``sys.stdout``."
726
724
727
725
#: ../Doc/library/zipfile.rst:443
728
- #, fuzzy
729
726
msgid ""
730
727
"The comment associated with the ZIP file as a :class:`bytes` object. If "
731
728
"assigning a comment to a :class:`ZipFile` instance created with mode "
@@ -1002,7 +999,6 @@ msgstr ""
1002
999
"`bytes`."
1003
1000
1004
1001
#: ../Doc/library/zipfile.rst:609
1005
- #, fuzzy
1006
1002
msgid ""
1007
1003
"Expansion field data. The `PKZIP Application Note`_ contains some comments "
1008
1004
"on the internal structure of the data contained in this :class:`bytes` "
0 commit comments