]> 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:04:52 +0000 (00:04 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 08:04:52 +0000 (00:04 -0800)
commit6893732c353ed7cbd2492164aa2b7c64a9f1c840
tree0d49846980a8261990edceb43977436898e54b45
parent1f83866ecd07cf1b06f630c24a9092d3449955f6
parent3aee2221229b9802dcc27b2709d5e97918b8ad46
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