mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-40462: fix variable and function names (GH-19832)
Automerge-Triggered-By: @vstinner
This commit is contained in:
parent
8727664557
commit
719e14d283
3 changed files with 2 additions and 4 deletions
|
@ -188,8 +188,6 @@ class TestCommandLineArgs(unittest.TestCase):
|
|||
program = self.program
|
||||
for arg, attr in (('buffer', 'buffer'), ('failfast', 'failfast'),
|
||||
('catch', 'catchbreak')):
|
||||
if attr == 'catch' and not hasInstallHandler:
|
||||
continue
|
||||
|
||||
setattr(program, attr, None)
|
||||
program.parseArgs([None])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue