Message3334

Author fjakobs
Recipients fjakobs
Date 2008-07-16.10:18:41
SpamBayes Score 1.0254614e-05
Marked as misclassified No
Message-id <1216203522.74.0.509231722868.issue1072@psf.upfronthosting.co.za>
In-reply-to
Content
I get a parsing error with the attached file. The reason is the
additional white space at the end of the file. CPython 2.5 has no
problems parsing the file.

The error message is:

telefonmann:Desktop fabianpb$ ~/jython2.5a1+/jython
Jython 2.5a1+ (asm:4943:4945, Jul 15 2008, 15:30:04) 
[Java HotSpot(TM) Client VM (Apple Inc.)] on java1.5.0_13
Type "help", "copyright", "credits" or "license" for more information.
>>> import jythondedent
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "jythondedent.py", line 0
SyntaxError: mismatched input 
 expecting DEDENT (jythondedent.py, line 0)
>>>
History
Date User Action Args
2008-07-16 10:18:43fjakobssetspambayes_score: 1.02546e-05 -> 1.0254614e-05
recipients: + fjakobs
2008-07-16 10:18:42fjakobssetspambayes_score: 1.02546e-05 -> 1.02546e-05
messageid: <1216203522.74.0.509231722868.issue1072@psf.upfronthosting.co.za>
2008-07-16 10:18:42fjakobslinkissue1072 messages
2008-07-16 10:18:42fjakobscreate