Message12164

Author jeff.allen
Recipients jeff.allen, mete0r
Date 2018-10-27.14:02:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540648941.15.0.788709270274.issue2712@psf.upfronthosting.co.za>
In-reply-to
Content
The Jython main program that handles this has been re-worked in #2686. I noticed that piped input worked badly (maybe not exactly the way you report) and fixed it. So in the development tip, either it works, or I've broken it in entirely new ways. A quick check looks good (Windows cmd):

C:\Users\Jeff\Documents\Eclipse\jython-trunk>dist\bin\jython pyinfo.py
{'version_info': (2, 7, 2, 'alpha', 1), 'sysplatform': PyShadowString('java1.7.0_80', 'win32')}

C:\Users\Jeff\Documents\Eclipse\jython-trunk>dist\bin\jython < pyinfo.py
{'version_info': (2, 7, 2, 'alpha', 1), 'sysplatform': PyShadowString('java1.7.0_80', 'win32')}
History
Date User Action Args
2018-10-27 14:02:21jeff.allensetmessageid: <1540648941.15.0.788709270274.issue2712@psf.upfronthosting.co.za>
2018-10-27 14:02:21jeff.allensetrecipients: + jeff.allen, mete0r
2018-10-27 14:02:21jeff.allenlinkissue2712 messages
2018-10-27 14:02:20jeff.allencreate