File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 105105délimitants
106106contribués
107107d'indifférentiabilité
108+ ininterruptible
108109journalisé
109110journalisés
110111retraçage
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
88"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 "
1010"Last-Translator : Jules Lasne <jules.lasne@gmail.com>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1212"Language : fr\n "
@@ -266,6 +266,11 @@ msgid ""
266266"can occur, and in particular a SIGINT will not trigger a :exc:"
267267"`KeyboardInterrupt`."
268268msgstr ""
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`."
269274
270275#: ../Doc/library/queue.rst:163 ../Doc/library/queue.rst:274
271276msgid "Equivalent to ``get(False)``."
You can’t perform that action at this time.
0 commit comments