Message7886

Author amak
Recipients amak, emcdowell, fwierzbicki, jeff.allen, pjenvey, vitaly
Date 2013-03-01.20:37:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362170232.52.0.435297200295.issue1972@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at Vitaly's test code in test_jython_readline_isue.py, the following lines are key.

# Doesn't work with jython 2.5.3 (but works fine with jython 2.5.2)
_REMOTE_CMD = ["jython", "-c", "import sys; sys.stdout.write(sys.stdin.readline()); sys.stdout.flush();"]

So what change was made between 2.5.2 and 2.5.3 that stopped it from working?

Was it this change?

http://hg.python.org/jython/rev/c810cd7c8b4a

But that change happened back in 2.5b4, which was years before 2.5.2 and 2.5.3.
History
Date User Action Args
2013-03-01 20:37:12amaksetmessageid: <1362170232.52.0.435297200295.issue1972@psf.upfronthosting.co.za>
2013-03-01 20:37:12amaksetrecipients: + amak, fwierzbicki, pjenvey, jeff.allen, vitaly, emcdowell
2013-03-01 20:37:12amaklinkissue1972 messages
2013-03-01 20:37:12amakcreate