]> granicus.if.org Git - python/commitdiff
Remove tabcheck from the expected flags in sys.flags.
authorGeorg Brandl <georg@python.org>
Wed, 4 Jun 2008 14:03:46 +0000 (14:03 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 4 Jun 2008 14:03:46 +0000 (14:03 +0000)
Lib/test/test_sys.py

index e1bc98d0974501de639c3281f7c81b4d97b623f6..e4821fc2bbea025f478cb62b3ae94ef131d19348 100644 (file)
@@ -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)