From 3bcdd7a49da6342629a327d05bf83f5e1e2c7b8a Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 23 Dec 2020 19:21:29 +0100 Subject: [PATCH 1/3] tutorial/inputoutput.po --- tutorial/inputoutput.po | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tutorial/inputoutput.po b/tutorial/inputoutput.po index 61b1c9ccf..db10eda5e 100644 --- a/tutorial/inputoutput.po +++ b/tutorial/inputoutput.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-12-17 16:05+0100\n" -"PO-Revision-Date: 2020-11-18 16:55+0100\n" +"PO-Revision-Date: 2020-12-23 19:20+0100\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -433,6 +433,9 @@ msgid "" "close()`` to close the file and immediately free up any system resources " "used by it." msgstr "" +"Si vous n'utilisez pas le mot clé :keyword:`with`, vous devez appeler ``f." +"close()`` pour fermer le fichier, et ainsi immédiatement libérer les " +"resources qu'il utilise." #: tutorial/inputoutput.rst:335 msgid "" @@ -440,6 +443,10 @@ msgid "" "``f.close()`` **might** result in the arguments of ``f.write()`` not being " "completely written to the disk, even if the program exits successfully." msgstr "" +"Appeler ``f.write()`` sans utiliser le mot clé :keyword:`!with` ni appeler " +"``f.close()`` **pourrait** mener à une situation où les arguments de ``f." +"write()`` ne sont pas complètement écrits sur le disque, même si le " +"programme se termine avec succès." #: tutorial/inputoutput.rst:343 msgid "" From 522126190d08213c1690b41f4c84e54c498a737a Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 23 Dec 2020 19:23:38 +0100 Subject: [PATCH 2/3] resources --- tutorial/inputoutput.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/inputoutput.po b/tutorial/inputoutput.po index db10eda5e..218a306a2 100644 --- a/tutorial/inputoutput.po +++ b/tutorial/inputoutput.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-12-17 16:05+0100\n" -"PO-Revision-Date: 2020-12-23 19:20+0100\n" +"PO-Revision-Date: 2020-12-23 19:23+0100\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -435,7 +435,7 @@ msgid "" msgstr "" "Si vous n'utilisez pas le mot clé :keyword:`with`, vous devez appeler ``f." "close()`` pour fermer le fichier, et ainsi immédiatement libérer les " -"resources qu'il utilise." +"ressources qu'il utilise." #: tutorial/inputoutput.rst:335 msgid "" From 0ab958fd1db311e2e093b305a3ce2093f5d2a622 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 24 Dec 2020 08:53:09 +0100 Subject: [PATCH 3/3] Update tutorial/inputoutput.po Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> --- tutorial/inputoutput.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/inputoutput.po b/tutorial/inputoutput.po index 218a306a2..92adbdf17 100644 --- a/tutorial/inputoutput.po +++ b/tutorial/inputoutput.po @@ -445,7 +445,7 @@ msgid "" msgstr "" "Appeler ``f.write()`` sans utiliser le mot clé :keyword:`!with` ni appeler " "``f.close()`` **pourrait** mener à une situation où les arguments de ``f." -"write()`` ne sont pas complètement écrits sur le disque, même si le " +"write()`` ne seraient pas complètement écrits sur le disque, même si le " "programme se termine avec succès." #: tutorial/inputoutput.rst:343