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 Arfrever
Recipients Arfrever, georg.brandl, loewis
Date 2010-01-01.02:56:56
SpamBayes Score 3.986968e-05
Marked as misclassified No
Message-id <1262314620.46.0.122470605402.issue6943@psf.upfronthosting.co.za>
In-reply-to
Content
The previous patches don't work with Python 3, in which os.popen()
internally uses subprocess.Popen(), and also don't work during
crosscompilation, so I'm attaching the new patch.
History
Date User Action Args
2010-01-01 02:57:00Arfreversetrecipients: + Arfrever, loewis, georg.brandl
2010-01-01 02:57:00Arfreversetmessageid: <1262314620.46.0.122470605402.issue6943@psf.upfronthosting.co.za>
2010-01-01 02:56:58Arfreverlinkissue6943 messages
2010-01-01 02:56:58Arfrevercreate