test_grammar
1. Parser
1.1 Tokens
1.1.1 Backslashes
1.1.2 Numeric literals
1.1.2.1 Plain integers
Traceback (innermost last):
File "Lib/testall.py", line 10
import test_grammar
File "Lib/test_grammar.py", line 41
raise TestFailed, \
test_support -- test failed: No OverflowError on huge integer literal '2147483648'
-- Lance Ellinghouse lance@fox.com