projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1b5ac6
)
Remove tabcheck from the expected flags in sys.flags.
author
Georg Brandl
<georg@python.org>
Wed, 4 Jun 2008 14:03:46 +0000
(14:03 +0000)
committer
Georg Brandl
<georg@python.org>
Wed, 4 Jun 2008 14:03:46 +0000
(14:03 +0000)
Lib/test/test_sys.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_sys.py
b/Lib/test/test_sys.py
index e1bc98d0974501de639c3281f7c81b4d97b623f6..e4821fc2bbea025f478cb62b3ae94ef131d19348 100644
(file)
--- a/
Lib/test/test_sys.py
+++ b/
Lib/test/test_sys.py
@@
-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)