Message7672

Author emcdowell
Recipients amak, emcdowell, fwierzbicki, jeff.allen, vitaly
Date 2013-02-13.20:00:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360785634.3.0.875669766661.issue1972@psf.upfronthosting.co.za>
In-reply-to
Content
sys.stdin.readline() hangs on Windows as well.  This problem persists in both jython 254RC1 and 27b1.  raw_input must be used to successfully read from the keyboard.  I have encountered this problem using the standalone jar distributions on both Windows 7 and Windows XP. To reproduce the problem:

Start the jython shell: java -jar jython.jar
>>> import sys
>>> sys.stdin.readline()
Type a line of input.  Will hang.
History
Date User Action Args
2013-02-13 20:00:34emcdowellsetmessageid: <1360785634.3.0.875669766661.issue1972@psf.upfronthosting.co.za>
2013-02-13 20:00:34emcdowellsetrecipients: + emcdowell, fwierzbicki, amak, jeff.allen, vitaly
2013-02-13 20:00:34emcdowelllinkissue1972 messages
2013-02-13 20:00:34emcdowellcreate