diff --git a/dict b/dict index 227b542f..0b29d2d2 100644 --- a/dict +++ b/dict @@ -105,6 +105,7 @@ Zope délimitants contribués d'indifférentiabilité +ininterruptible journalisé journalisés retraçage diff --git a/library/queue.po b/library/queue.po index dca0fa56..8122a705 100644 --- a/library/queue.po +++ b/library/queue.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-04-10 09:35+0200\n" -"PO-Revision-Date: 2019-03-04 19:04+0100\n" +"PO-Revision-Date: 2019-04-11 21:38+0200\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -266,6 +266,11 @@ msgid "" "can occur, and in particular a SIGINT will not trigger a :exc:" "`KeyboardInterrupt`." msgstr "" +"Avant Python 3.0 sur les systèmes POSIX, et pour toutes les versions sur " +"Windows, si *block* est vrai et *timeout* vaut ``None``, cette opération " +"rentre dans une attente ininterruptible sous un verrou. Cela veut dire " +"qu'aucune exception ne peut arriver et, en particulier, un *SIGINT* ne " +"déclenchera pas de :exc:`KeyboardInterrupt`." #: ../Doc/library/queue.rst:163 ../Doc/library/queue.rst:274 msgid "Equivalent to ``get(False)``."