Message12164
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')} |
|
Date |
User |
Action |
Args |
2018-10-27 14:02:21 | jeff.allen | set | messageid: <1540648941.15.0.788709270274.issue2712@psf.upfronthosting.co.za> |
2018-10-27 14:02:21 | jeff.allen | set | recipients:
+ jeff.allen, mete0r |
2018-10-27 14:02:21 | jeff.allen | link | issue2712 messages |
2018-10-27 14:02:20 | jeff.allen | create | |
|