Message7547

Author pjac
Recipients pjac, timgilbert
Date 2012-12-18.22:26:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355869617.78.0.500793365586.issue1978@psf.upfronthosting.co.za>
In-reply-to
Content
Confirming same bug also exists in Jython 2.7a2 under Mac OS X 10.8.2 "Mountain Lion). The suggested change appears to fix this:

<pre>
$ jython
expr: syntax error
Jython 2.7a2 (default:9c148a201233, May 24 2012, 15:49:00) 
[Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_37
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
</pre>

Giving:

<pre>
$ jython
Jython 2.7a2 (default:9c148a201233, May 24 2012, 15:49:00) 
[Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_37
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
</pre>
History
Date User Action Args
2012-12-18 22:26:57pjacsetmessageid: <1355869617.78.0.500793365586.issue1978@psf.upfronthosting.co.za>
2012-12-18 22:26:57pjacsetrecipients: + pjac, timgilbert
2012-12-18 22:26:57pjaclinkissue1978 messages
2012-12-18 22:26:57pjaccreate