Message10383

Author zyasoft
Recipients irairdon, zyasoft
Date 2015-10-26.20:31:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445891515.28.0.363981160045.issue2416@psf.upfronthosting.co.za>
In-reply-to
Content
This is due to the rewrite of os.system (as implemented in subprocess._os_system) in #2238. At that time, we did not carry over the merge environment functionality found in the Jython-specific method _setup_env in the subprocess.Popen class.

Work around for now is to use subprocess; see this recipe in the subprocess docs: https://docs.python.org/2/library/subprocess.html#replacing-os-system

Should be a straightforward fix.
History
Date User Action Args
2015-10-26 20:31:55zyasoftsetmessageid: <1445891515.28.0.363981160045.issue2416@psf.upfronthosting.co.za>
2015-10-26 20:31:55zyasoftsetrecipients: + zyasoft, irairdon
2015-10-26 20:31:55zyasoftlinkissue2416 messages
2015-10-26 20:31:54zyasoftcreate