Message8452

Author jeff.allen
Recipients emcdowell, jeff.allen
Date 2014-05-20.19:53:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400615587.1.0.847731472441.issue2152@psf.upfronthosting.co.za>
In-reply-to
Content
Not quite your environment, but it works for me:

>dist\bin\jython
Jython 2.7b2+ (default:a5bc0032cf79, May 20 2014, 20:40:23)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_51
Type "help", "copyright", "credits" or "license" for more information.
>>> line = raw_input('Prompt? ')
Prompt? My input test.
>>> exit()
History
Date User Action Args
2014-05-20 19:53:07jeff.allensetmessageid: <1400615587.1.0.847731472441.issue2152@psf.upfronthosting.co.za>
2014-05-20 19:53:07jeff.allensetrecipients: + jeff.allen, emcdowell
2014-05-20 19:53:06jeff.allenlinkissue2152 messages
2014-05-20 19:53:06jeff.allencreate