[Pythonmac-SIG] MacPython 1.6a2: parser Bug

M. Papillon azeldis@mail.wesleyan.edu
Mon, 15 May 2000 11:14:26 -0400


Here's the output from test_parser.py:

---- docstring.py o.k.
---- example.py
parser module raised exception on input file example.py:
Traceback (most recent call last):
  File "bwaj:Programming:Python 1.6a2:Demo:parser:test_parser.py", line 
19, in testChunk
    new = parser.tuple2ast(tup)
ParserError: Expected node type 12, got 312.
---- simple.py o.k.
---- source.py o.k.
---- test_parser.py
parser module raised exception on input file test_parser.py:
Traceback (most recent call last):
  File "bwaj:Programming:Python 1.6a2:Demo:parser:test_parser.py", line 
19, in testChunk
    new = parser.tuple2ast(tup)
ParserError: Expected node type 12, got 312.


It works with python 1.6a2 on my Solaris box.

If someone could put a binary up as soon as this is fixed that would be 
great, as I haven't got codewarrior...