Skip to content

Commit 097143e

Browse files
Seluj78JulienPalard
authored andcommitted
Fixed translations in library/tempfile.po (#654)
1 parent 3aa2aa0 commit 097143e

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

library/tempfile.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-03-11 12:59+0100\n"
9-
"PO-Revision-Date: 2019-03-26 16:52+0100\n"
10-
"Last-Translator: \n"
9+
"PO-Revision-Date: 2019-03-27 13:37+0100\n"
10+
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.0.6\n"
16+
"X-Generator: Poedit 2.2.1\n"
1717

1818
#: ../Doc/library/tempfile.rst:2
1919
msgid ":mod:`tempfile` --- Generate temporary files and directories"
@@ -338,6 +338,10 @@ msgid ""
338338
"file (as would be returned by :func:`os.open`) and the absolute pathname of "
339339
"that file, in that order."
340340
msgstr ""
341+
":func:`mkstemp` renvoie un n-uplet contenant un descripteur (*handle* en "
342+
"anglais) au niveau du système d'exploitation vers un fichier ouvert (le même "
343+
"que renvoie :func:`os.open`) et le chemin d'accès absolu de ce fichier, dans "
344+
"cet ordre."
341345

342346
#: ../Doc/library/tempfile.rst:171 ../Doc/library/tempfile.rst:192
343347
msgid ""

0 commit comments

Comments
 (0)