Message7466

Author vitaly
Recipients vitaly
Date 2012-09-28.21:10:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348866611.74.0.19475603479.issue1972@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, the issue even shows up if I simply run the following command from a terminal (I'm using bash):

jython -c "import sys; sys.stdout.write(sys.stdin.readline()); sys.stdout.flush();"

with Jython 2.5.2, if I type in a few letters followed by newline (Return key) after starting the above command, the command echoes back the line and exits.  However, with Jython 2.5.3, the same command simply hangs.
History
Date User Action Args
2012-09-28 21:10:11vitalysetmessageid: <1348866611.74.0.19475603479.issue1972@psf.upfronthosting.co.za>
2012-09-28 21:10:11vitalysetrecipients: + vitaly
2012-09-28 21:10:11vitalylinkissue1972 messages
2012-09-28 21:10:10vitalycreate