From: Gregory P. Smith Date: Sun, 11 Nov 2012 08:04:52 +0000 (-0800) Subject: Remove the subprocess "bad exception data" warning (formerly a print!) X-Git-Tag: v3.3.1rc1~648 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6893732c353ed7cbd2492164aa2b7c64a9f1c840;p=python 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. --- 6893732c353ed7cbd2492164aa2b7c64a9f1c840