]> granicus.if.org Git - python/commit
Added kill, terminate and send_signal to subprocess.Popen
authorChristian Heimes <christian@cheimes.de>
Sat, 19 Apr 2008 02:23:57 +0000 (02:23 +0000)
committerChristian Heimes <christian@cheimes.de>
Sat, 19 Apr 2008 02:23:57 +0000 (02:23 +0000)
commite74c8f2879159367eded0933c9f89b9315f07df8
tree21c5c11b8af5ae63fe405f07603f6186730c2c18
parentc873550737cf191a64ea81e9eb50ee7355c7aec7
Added kill, terminate and send_signal to subprocess.Popen
The bits and pieces for the Windows side were already in place. The POSIX side is trivial (as usual) and uses os.kill().
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS