]> granicus.if.org Git - python/commit
Remove the unimplemented but ignored without='-E' parameters being passed to
authorGregory P. Smith <greg@krypto.org>
Fri, 23 Jan 2015 06:05:00 +0000 (22:05 -0800)
committerGregory P. Smith <greg@krypto.org>
Fri, 23 Jan 2015 06:05:00 +0000 (22:05 -0800)
commitd16478095c18f883cef7d34482a2e27b5b8a87f2
tree06a7ecedc02794cc6ad1226af0d1ad6a65f6f300
parent058fb7a884cf8b97174a566efb2f0ff82495bca5
parent566646133e2f7dec4f3a3139a4317eb252629aff
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)