mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove tabcheck from the expected flags in sys.flags.
This commit is contained in:
parent
e1b5ac6408
commit
01a7d82432
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ class SysModuleTest(unittest.TestCase):
|
|||
self.failUnless(sys.flags)
|
||||
attrs = ("debug", "division_warning",
|
||||
"inspect", "interactive", "optimize", "dont_write_bytecode",
|
||||
"no_site", "ignore_environment", "tabcheck", "verbose",
|
||||
"no_site", "ignore_environment", "verbose",
|
||||
"bytes_warning")
|
||||
for attr in attrs:
|
||||
self.assert_(hasattr(sys.flags, attr), attr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue