Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec8865 commit 75ffac2Copy full SHA for 75ffac2
1 file changed
Doc/library/os.rst
@@ -4577,8 +4577,7 @@ written in Python, such as a mail server's external command delivery program.
4577
only be sent to console processes which share a common console window,
4578
e.g., some subprocesses. Any other value for *sig* will cause the process
4579
to be unconditionally killed by the TerminateProcess API, and the exit code
4580
- will be set to *sig*. The Windows version of :func:`kill` additionally takes
4581
- process handles to be killed.
+ will be set to *sig*.
4582
4583
See also :func:`signal.pthread_kill`.
4584
0 commit comments