]> granicus.if.org Git - python/commit
Do not fail if returncode is 0 on send_signal/kill/terminate, for win32 platforms.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 7 Mar 2010 15:27:39 +0000 (15:27 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 7 Mar 2010 15:27:39 +0000 (15:27 +0000)
commitc083864fc8a03a045dfc0200e8456996395ad4dc
tree3c238970bdfeed3782e0386d914320633903010a
parent21e99f492419f97b4e5818081440742ecfde269f
Do not fail if returncode is 0 on send_signal/kill/terminate, for win32 platforms.
Do not hide the KeyboardInterrupt on POSIX platforms.
Lib/test/test_subprocess.py