Message6783

Author ryanwatkins
Recipients ryanwatkins
Date 2012-02-21.21:49:09
SpamBayes Score 7.017835e-08
Marked as misclassified No
Message-id <1329860950.71.0.371726979126.issue1842@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to get the attached patch incorporated into Jython if at all possible.  The patch adds support for the IBM i platform.

Only two source files from the existing Jython code base were updated.  Here are the file names and a brief description of their updates:

subprocess.py (2 lines inserted/2 lines modified) - Add special handling for environment variable initialization for the IBM i platform. 

os.py (4 lines inserted) - Add code to Jython to automatically detect it is running on the IBM i platform and then map the os name and shell to the appropriate values.
History
Date User Action Args
2012-02-21 21:49:10ryanwatkinssetrecipients: + ryanwatkins
2012-02-21 21:49:10ryanwatkinssetmessageid: <1329860950.71.0.371726979126.issue1842@psf.upfronthosting.co.za>
2012-02-21 21:49:10ryanwatkinslinkissue1842 messages
2012-02-21 21:49:10ryanwatkinscreate