]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove the subprocess "bad exception data" warning (formerly a print!)
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 08:08:45 +0000 (00:08 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 08:08:45 +0000 (00:08 -0800)
commitd4b645ef423667f179f136bee711b8ca85bd28d8
tree6ec01926161be10e961087c1e445534f8e6a94f1
parent8d07c264e4bcaaf1fe3b9fc92ea5730efe13eaa2
parent6893732c353ed7cbd2492164aa2b7c64a9f1c840
Remove the subprocess "bad exception data" warning (formerly a print!)
all together and just include the repr of the data in the exception
itself instead of the useless string "Unknown".

This code path is unlikely to even be possible to take given the
nature of the pipe it gets subprocess data from.
Lib/subprocess.py
Misc/NEWS