]> granicus.if.org Git - python/commit
Remove the subprocess "bad exception data" warning (formerly a print!)
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 08:04:13 +0000 (00:04 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 08:04:13 +0000 (00:04 -0800)
commit3aee2221229b9802dcc27b2709d5e97918b8ad46
tree38ea6510abf6b25ea38b148312f02d4d3873427d
parentf44c9da16655395f57d3686cb4d82b651489a974
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