Message7821

Author amak
Recipients amak, cheeming, fwierzbicki, jszakmeister, pjenvey
Date 2013-02-26.23:06:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361919970.7.0.534338954712.issue1078@psf.upfronthosting.co.za>
In-reply-to
Content
1. Unfortunately not. The os.getpid() fix only applies to the os function (which we get from jnr). This is about the process ID of the child process. jszakmeisters links have more detail. pjenveys comment is correct.

2. The popen2 module is deprecated, in favour of the subprocess module, which we encouraging people to switch to.

http://docs.python.org/2/library/popen2.html

Close as "out of date"?
History
Date User Action Args
2013-02-26 23:06:10amaksetmessageid: <1361919970.7.0.534338954712.issue1078@psf.upfronthosting.co.za>
2013-02-26 23:06:10amaksetrecipients: + amak, fwierzbicki, pjenvey, jszakmeister, cheeming
2013-02-26 23:06:10amaklinkissue1078 messages
2013-02-26 23:06:10amakcreate