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 fc1e9e6 commit 69849adCopy full SHA for 69849ad
Doc/library/os.rst
@@ -4245,8 +4245,7 @@ written in Python, such as a mail server's external command delivery program.
4245
only be sent to console processes which share a common console window,
4246
e.g., some subprocesses. Any other value for *sig* will cause the process
4247
to be unconditionally killed by the TerminateProcess API, and the exit code
4248
- will be set to *sig*. The Windows version of :func:`kill` additionally takes
4249
- process handles to be killed.
+ will be set to *sig*.
4250
4251
See also :func:`signal.pthread_kill`.
4252
0 commit comments