Message7883

Author pjenvey
Recipients amak, emcdowell, fwierzbicki, jeff.allen, pjenvey, vitaly
Date 2013-03-01.20:17:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362169037.19.0.908369480598.issue1972@psf.upfronthosting.co.za>
In-reply-to
Content
It sounds like disabling JLine works to solve the sys.stdin.readline example in the REPL on Windows. However I doubt this will affect the original issue that interacts with a subprocess.

The subprocess should already have JLine disabled because it's not interactive. Jython only enables JLine if stdin is a tty or you explicitly specified interactive mode
History
Date User Action Args
2013-03-01 20:17:17pjenveysetmessageid: <1362169037.19.0.908369480598.issue1972@psf.upfronthosting.co.za>
2013-03-01 20:17:17pjenveysetrecipients: + pjenvey, fwierzbicki, amak, jeff.allen, vitaly, emcdowell
2013-03-01 20:17:17pjenveylinkissue1972 messages
2013-03-01 20:17:17pjenveycreate