Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01a7d82

Browse files
committed
Remove tabcheck from the expected flags in sys.flags.
1 parent e1b5ac6 commit 01a7d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_sys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def test_sys_flags(self):
324324
self.failUnless(sys.flags)
325325
attrs = ("debug", "division_warning",
326326
"inspect", "interactive", "optimize", "dont_write_bytecode",
327-
"no_site", "ignore_environment", "tabcheck", "verbose",
327+
"no_site", "ignore_environment", "verbose",
328328
"bytes_warning")
329329
for attr in attrs:
330330
self.assert_(hasattr(sys.flags, attr), attr)

0 commit comments

Comments
 (0)