Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 375c31f

Browse files
authored
fuzzies Posix -> POSIX (#1347)
1 parent 14562a0 commit 375c31f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

howto/sockets.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ msgstr ""
617617
"faites bien, c’est presque dans la poche."
618618

619619
#: ../Doc/howto/sockets.rst:320
620-
#, fuzzy
621620
msgid ""
622621
"In Python, you use ``socket.setblocking(0)`` to make it non-blocking. In C, "
623622
"it's more complex, (for one thing, you'll need to choose between the BSD "
@@ -628,7 +627,7 @@ msgid ""
628627
msgstr ""
629628
"En Python, vous utilisez ``socket.setblocking(0)`` pour rendre non-bloquant. "
630629
"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 à "
632631
"distinguer ``O_NDELAY``, qui est complètement différente de "
633632
"``TCP_NODELAY``), mais c’est exactement la même idée. Vous le faites après "
634633
"avoir créé le connecteur mais avant de l’utiliser (en fait, si vous êtes "

library/subprocess.po

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,6 @@ msgstr ""
13541354
"paramètre *creationflags* incluant `CREATE_NEW_PROCESS_GROUP`."
13551355

13561356
#: ../Doc/library/subprocess.rst:758
1357-
#, fuzzy
13581357
msgid ""
13591358
"Stop the child. On POSIX OSs the method sends SIGTERM to the child. On "
13601359
"Windows the Win32 API function :c:func:`TerminateProcess` is called to stop "
@@ -1365,7 +1364,6 @@ msgstr ""
13651364
"`TerminateProcess` de l'API *Win32* est appelée pour arrêter le fils."
13661365

13671366
#: ../Doc/library/subprocess.rst:765
1368-
#, fuzzy
13691367
msgid ""
13701368
"Kills the child. On POSIX OSs the function sends SIGKILL to the child. On "
13711369
"Windows :meth:`kill` is an alias for :meth:`terminate`."

0 commit comments

Comments
 (0)