File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 105
105
délimitants
106
106
contribués
107
107
d'indifférentiabilité
108
+ ininterruptible
108
109
journalisé
109
110
journalisés
110
111
retraçage
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-04-10 09:35+0200\n "
9
- "PO-Revision-Date : 2019-03-04 19:04+0100 \n "
9
+ "PO-Revision-Date : 2019-04-11 21:38+0200 \n "
10
10
"Last-Translator : Jules Lasne <jules.lasne@gmail.com>\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
@@ -266,6 +266,11 @@ msgid ""
266
266
"can occur, and in particular a SIGINT will not trigger a :exc:"
267
267
"`KeyboardInterrupt`."
268
268
msgstr ""
269
+ "Avant Python 3.0 sur les systèmes POSIX, et pour toutes les versions sur "
270
+ "Windows, si *block* est vrai et *timeout* vaut ``None``, cette opération "
271
+ "rentre dans une attente ininterruptible sous un verrou. Cela veut dire "
272
+ "qu'aucune exception ne peut arriver et, en particulier, un *SIGINT* ne "
273
+ "déclenchera pas de :exc:`KeyboardInterrupt`."
269
274
270
275
#: ../Doc/library/queue.rst:163 ../Doc/library/queue.rst:274
271
276
msgid "Equivalent to ``get(False)``."
You can’t perform that action at this time.
0 commit comments