Message5923

Author farzaneh
Recipients farzaneh
Date 2010-07-26.15:12:10
SpamBayes Score 0.0002006438
Marked as misclassified No
Message-id <1280157131.62.0.290869112241.issue1637@psf.upfronthosting.co.za>
In-reply-to
Content
The following code compiles OK on CPython, but gives "SyntaxError: invalid syntax" on jython. The output of jython --version is
Jython 2.2.1 on java1.6.0_0

Code:

s = 'abc'
print "".join(i for i in s)
History
Date User Action Args
2010-07-26 15:12:11farzanehsetrecipients: + farzaneh
2010-07-26 15:12:11farzanehsetmessageid: <1280157131.62.0.290869112241.issue1637@psf.upfronthosting.co.za>
2010-07-26 15:12:11farzanehlinkissue1637 messages
2010-07-26 15:12:10farzanehcreate