8000 Fixed fuzzys in library/queue.po (#693) · python/python-docs-fr@08a6b40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08a6b40

Browse files
authored
Fixed fuzzys in library/queue.po (#693)
* Fixed fuzzys * Added ininterruptible https://fr.wiktionary.org/wiki/ininterruptible * Apply suggestions from code review Co-Authored-By: Seluj78 <jlasne@student.42.fr> * powrap
1 parent 6827708 commit 08a6b40

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dict

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Zope
105105
délimitants
106106
contribués
107107
d'indifférentiabilité
108+
ininterruptible
108109
journalisé
109110
journalisés
110111
retraçage

library/queue.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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`."
268268
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`."
269274

270275
#: ../Doc/library/queue.rst:163 ../Doc/library/queue.rst:274
271276
msgid "Equivalent to ``get(False)``."

0 commit comments

Comments
 (0)
0