]> granicus.if.org Git - python/commitdiff
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)
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.

1  2 
Lib/subprocess.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
Simple merge