Message3773

Author pjenvey
Recipients pjenvey, sergei175
Date 2008-11-11.22:41:41
SpamBayes Score 2.1061255e-06
Marked as misclassified No
Message-id <1226443301.74.0.304442423939.issue1170@psf.upfronthosting.co.za>
In-reply-to
Content
We do output errors to stderr -- the problem here is our parsing in the 
interactive interpreter does not match CPython's behavior.

Our parser is incorrectly expecting more input here. You can see that if 
you try the same statement in the normal Jython interpreter (you'll get 
a '...' printed)

e.g. >> print 'foo[ENTER] should work correctly
History
Date User Action Args
2008-11-11 22:41:41pjenveysetmessageid: <1226443301.74.0.304442423939.issue1170@psf.upfronthosting.co.za>
2008-11-11 22:41:41pjenveysetrecipients: + pjenvey, sergei175
2008-11-11 22:41:41pjenveylinkissue1170 messages
2008-11-11 22:41:41pjenveycreate