Message6724

Author rob128
Recipients rob128
Date 2011-11-19.01:31:05
SpamBayes Score 3.0780197e-05
Marked as misclassified No
Message-id <1321666266.64.0.793717152571.issue1820@psf.upfronthosting.co.za>
In-reply-to
Content
Using something like:
@my_function

''' results in'''
File "<stdin>", line 1
@my_function
           ^
SyntaxError: mismatched input '<EOF>' expecting CLASS

This error does not occur from a proper script or using PyDev in Eclipse (it is shown briefly until the following 'def' line is entered. This error does not occur in CPython's interpreter (tested with 3.2.2 and 2.7.2).
History
Date User Action Args
2011-11-19 01:31:06rob128setrecipients: + rob128
2011-11-19 01:31:06rob128setmessageid: <1321666266.64.0.793717152571.issue1820@psf.upfronthosting.co.za>
2011-11-19 01:31:06rob128linkissue1820 messages
2011-11-19 01:31:06rob128create