Message49

Author herron
Recipients
Date 2001-12-07.22:27:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=395736

Multiline strings also fail in the Jython interpreter with a
similar error message.

Jython 2.1b1 on java1.3.1_01 (JIT: null)
Type "copyright", "credits" or "license" for more information.
>>> a='''asd
Traceback (innermost last):
  (no code object) at line 0
  File "<console>", line 2
SyntaxError: Lexical error at line 2, column 0.  Encountered: 
<EOF> after : ""
>>>

History
Date User Action Args
2008-02-20 17:16:38adminlinkissue222805 messages
2008-02-20 17:16:38admincreate