@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.7\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-01-03 16:57+0100\n "
9
- "PO-Revision-Date : 2019-04-11 22:41+0200 \n "
9
+ "PO-Revision-Date : 2019-11-17 01:26+0100 \n "
10
10
"
Language-Team :
François Setton <[email protected] >\n "
11
11
"Language : fr\n "
12
12
"MIME-Version : 1.0\n "
13
13
"Content-Type : text/plain; charset=UTF-8\n "
14
14
"Content-Transfer-Encoding : 8bit\n "
15
- "Last-Translator : \n "
16
- "X-Generator : Poedit 2.2.1 \n "
15
+ "
Last-Translator :
Mathieu Dupuy <[email protected] > \n"
16
+ "X-Generator : Poedit 2.2.4 \n "
17
17
18
18
#: ../Doc/library/asyncio-policy.rst:8
19
19
msgid "Policies"
@@ -151,7 +151,7 @@ msgid ""
151
151
"class:`ProactorEventLoop` on Windows."
152
152
msgstr ""
153
153
"La stratégie *asyncio* par défaut. Utilise :class:`SelectorEventLoop` sur "
154
- "les plates-formes Unix et Windows."
154
+ "les plates-formes Unix et :class:`ProactorEventLoop` sur Windows."
155
155
156
156
#: ../Doc/library/asyncio-policy.rst:97
157
157
msgid ""
@@ -208,6 +208,7 @@ msgstr ""
208
208
"`create_subprocess_exec` et :meth:`loop.subprocess_exec`."
209
209
210
210
#: ../Doc/library/asyncio-policy.rst:133
211
+ #, fuzzy
211
212
msgid ""
212
213
"asyncio defines the :class:`AbstractChildWatcher` abstract base class, which "
213
214
"child watchers should implement, and has four different implementations: :"
@@ -225,8 +226,8 @@ msgid ""
225
226
"See also the :ref:`Subprocess and Threads <asyncio-subprocess-threads>` "
226
227
"section."
227
228
msgstr ""
228
- "Voir aussi la section :ref:`sous-processus et fils d'exécution <threads "
229
- "asyncio-sous-processus >`."
229
+ "Voir aussi la section :ref:`sous-processus et fils d'exécution <asyncio- "
230
+ "subprocess-threads >`."
230
231
231
232
#: ../Doc/library/asyncio-policy.rst:142
232
233
msgid ""
@@ -259,7 +260,7 @@ msgid ""
259
260
msgstr ""
260
261
"Les implémentations de boucles d'événement tierces peuvent ne pas prendre en "
261
262
"charge les observateurs enfants personnalisés. Pour ces boucles "
262
- "d'événements, utiliser: func:`set_child_watcher` pourrait être interdit ou "
263
+ "d'événements, utiliser : func:`set_child_watcher` pourrait être interdit ou "
263
264
"n'avoir aucun effet."
264
265
265
266
#: ../Doc/library/asyncio-policy.rst:164
@@ -333,6 +334,7 @@ msgstr ""
333
334
"jacentes sont nettoyées."
334
335
335
336
#: ../Doc/library/asyncio-policy.rst:207
337
+ #, fuzzy
336
338
msgid ""
337
339
"This implementation starts a new waiting thread for every subprocess spawn."
338
340
msgstr ""
@@ -341,6 +343,7 @@ msgstr ""
341
343
"signal :py:data:`SIGCHLD`."
342
344
343
345
#: ../Doc/library/asyncio-policy.rst:209
346
+ #, fuzzy
344
347
msgid ""
345
348
"It works reliably even when the asyncio event loop is run in a non-main OS "
346
349
"thread."
0 commit comments