Message9529

Author pekka.klarck
Recipients fwierzbicki, geoffbache, hpk, otmarhumbel, pekka.klarck, pjenvey, zyasoft
Date 2015-02-18.08:39:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424248749.26.0.97649436493.issue1491@psf.upfronthosting.co.za>
In-reply-to
Content
I hope `jython.py` could replace also `jython` shell script to make start-up consistent on different platforms. Having only one start-up script would also mean less maintenance work.

It would be nice for `jython(.py)` to support also CPython 2.6. The main motivation would be to ease using Jython 2.7 on RHEL 6 (still pretty widely used and supported until 2020) which only has CPython 2.6 by default. It seems that it would mainly require vendoring backports of argparse and OrderedDict (both available on PyPI) and replacing `python2.7` with `python` on the shebang line.

If it's not too much work, it would also be nice to support CPython 3.x. That would also avoid problems using `python` on the shebang with Arch Linux where `python` runs CPython 3. 

If there are no objections, I can take a look at these enhancements myself.
History
Date User Action Args
2015-02-18 08:39:09pekka.klarcksetmessageid: <1424248749.26.0.97649436493.issue1491@psf.upfronthosting.co.za>
2015-02-18 08:39:09pekka.klarcksetrecipients: + pekka.klarck, otmarhumbel, fwierzbicki, pjenvey, zyasoft, hpk, geoffbache
2015-02-18 08:39:09pekka.klarcklinkissue1491 messages
2015-02-18 08:39:08pekka.klarckcreate