Message3357

Author pjenvey
Recipients fwierzbicki, pjenvey
Date 2008-07-21.04:06:28
SpamBayes Score 2.091198e-06
Marked as misclassified No
Message-id <1216613190.87.0.0478233912044.issue1082@psf.upfronthosting.co.za>
In-reply-to
Content
The following module exposes a bug in the asm parser. This code imports 
fine in CPython 2.3, 2.5 and Jython trunk

Jython 2.5a1+ (asm:4963:4967M, Jul 19 2008, 15:44:37) 
[Java HotSpot(TM) Client VM (Apple Inc.)] on java1.5.0_13
Type "help", "copyright", "credits" or "license" for more information.
>>> import PySourceColor
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "PySourceColor.py", line 0
SyntaxError: mismatched input  expecting Ellipsis (PySourceColor.py, 
line 0)
History
Date User Action Args
2008-07-21 04:06:31pjenveysetspambayes_score: 2.0912e-06 -> 2.091198e-06
recipients: + pjenvey, fwierzbicki
2008-07-21 04:06:30pjenveysetspambayes_score: 2.0912e-06 -> 2.0912e-06
messageid: <1216613190.87.0.0478233912044.issue1082@psf.upfronthosting.co.za>
2008-07-21 04:06:30pjenveylinkissue1082 messages
2008-07-21 04:06:29pjenveycreate