This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients David.Benjamin, jcea, python-dev, vstinner
Date 2012-10-04.13:35:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349357703.52.0.0551082232995.issue16112@psf.upfronthosting.co.za>
In-reply-to
Content
See also issue #9560 and the following email from Marc-Andre Lemburg.
http://mail.python.org/pipermail/python-checkins/2010-April/092099.html

"Viktor, before making such changes to platform.py, please coordinate
with me, as I am the maintainer of that module.

The subprocess change is not OK, since platform.py has to stay
compatible with Python 2.3 which doesn't have subprocess. Please either
revert the change or make it fallback to os.popen()."
History
Date User Action Args
2012-10-04 13:35:03vstinnersetrecipients: + vstinner, jcea, python-dev, David.Benjamin
2012-10-04 13:35:03vstinnersetmessageid: <1349357703.52.0.0551082232995.issue16112@psf.upfronthosting.co.za>
2012-10-04 13:35:03vstinnerlinkissue16112 messages
2012-10-04 13:35:03vstinnercreate