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 23468ac commit 8ebb6a0Copy full SHA for 8ebb6a0
Doc/library/os.rst
@@ -4532,8 +4532,7 @@ written in Python, such as a mail server's external command delivery program.
4532
only be sent to console processes which share a common console window,
4533
e.g., some subprocesses. Any other value for *sig* will cause the process
4534
to be unconditionally killed by the TerminateProcess API, and the exit code
4535
- will be set to *sig*. The Windows version of :func:`kill` additionally takes
4536
- process handles to be killed.
+ will be set to *sig*.
4537
4538
See also :func:`signal.pthread_kill`.
4539
0 commit comments