Message6770

Author lgoh
Recipients hyao, lgoh
Date 2012-02-03.23:46:24
SpamBayes Score 2.2166647e-05
Marked as misclassified No
Message-id <1328312784.91.0.467155530121.issue1749@psf.upfronthosting.co.za>
In-reply-to
Content
I'm in Jython 2.5.2 and I am also experiencing the same issue with function decorators in the Jython interpreter:

>>> import __builtin__
>>> class C(object):
...     @staticmethod
  File "<stdin>", line 2
    @staticmethod
                ^
SyntaxError: mismatched input '' expecting CLASS
History
Date User Action Args
2012-02-03 23:46:24lgohsetmessageid: <1328312784.91.0.467155530121.issue1749@psf.upfronthosting.co.za>
2012-02-03 23:46:24lgohsetrecipients: + lgoh, hyao
2012-02-03 23:46:24lgohlinkissue1749 messages
2012-02-03 23:46:24lgohcreate