]> granicus.if.org Git - python/commit
Raise our own SubprocessError rather than a RuntimeError in when dealing with
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 07:53:47 +0000 (23:53 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 07:53:47 +0000 (23:53 -0800)
commit8d07c264e4bcaaf1fe3b9fc92ea5730efe13eaa2
tree6363b06ab210ef0961fd122be20572a2d5d3754b
parent82fdadeba1ed00941aa2bdb0f8e7dff1c16eb2c3
Raise our own SubprocessError rather than a RuntimeError in when dealing with
odd rare errors coming from the subprocess module.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_posixsubprocess.c