From: Gregory P. Smith Date: Fri, 23 Jan 2015 06:05:00 +0000 (-0800) Subject: Remove the unimplemented but ignored without='-E' parameters being passed to X-Git-Tag: v3.5.0a1~129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d16478095c18f883cef7d34482a2e27b5b8a87f2;p=thirdparty%2FPython%2Fcpython.git Remove the unimplemented but ignored without='-E' parameters being passed to script_helper.assert_python_failure(). No such feature has ever existed, thus it doesn't do what the comment claims. (It does add a 'without' variable to the environment of the child process but that was not intended) --- d16478095c18f883cef7d34482a2e27b5b8a87f2