File tree 2 files changed +1
-4
lines changed 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -617,7 +617,6 @@ msgstr ""
617
617
"faites bien, c’est presque dans la poche."
618
618
619
619
#: ../Doc/howto/sockets.rst:320
620
- #, fuzzy
621
620
msgid ""
622
621
"In Python, you use ``socket.setblocking(0)`` to make it non-blocking. In C, "
623
622
"it's more complex, (for one thing, you'll need to choose between the BSD "
@@ -628,7 +627,7 @@ msgid ""
628
627
msgstr ""
629
628
"En Python, vous utilisez ``socket.setblocking(0)`` pour rendre non-bloquant. "
630
629
"En C, c’est plus complexe (pour commencer, vous devez choisir entre la "
631
- "version BSD ``O_NONBLOCK`` et la version Posix presque impossible à "
630
+ "version BSD ``O_NONBLOCK`` et la version POSIX presque impossible à "
632
631
"distinguer ``O_NDELAY``, qui est complètement différente de "
633
632
"``TCP_NODELAY``), mais c’est exactement la même idée. Vous le faites après "
634
633
"avoir créé le connecteur mais avant de l’utiliser (en fait, si vous êtes "
Original file line number Diff line number Diff line change @@ -1354,7 +1354,6 @@ msgstr ""
1354
1354
"paramètre *creationflags* incluant `CREATE_NEW_PROCESS_GROUP`."
1355
1355
1356
1356
#: ../Doc/library/subprocess.rst:758
1357
- #, fuzzy
1358
1357
msgid ""
1359
1358
"Stop the child. On POSIX OSs the method sends SIGTERM to the child. On "
1360
1359
"Windows the Win32 API function :c:func:`TerminateProcess` is called to stop "
@@ -1365,7 +1364,6 @@ msgstr ""
1365
1364
"`TerminateProcess` de l'API *Win32* est appelée pour arrêter le fils."
1366
1365
1367
1366
#: ../Doc/library/subprocess.rst:765
1368
- #, fuzzy
1369
1367
msgid ""
1370
1368
"Kills the child. On POSIX OSs the function sends SIGKILL to the child. On "
1371
1369
"Windows :meth:`kill` is an alias for :meth:`terminate`."
You can’t perform that action at this time.
0 commit comments