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 skip.montanaro
Recipients Jakob.Bowyer, eric.araujo, rhettinger, skip.montanaro
Date 2011-01-27.00:09:19
SpamBayes Score 0.0072986716
Marked as misclassified No
Message-id <19776.47021.561068.372916@montanaro.dyndns.org>
In-reply-to <1296082017.57.0.404438651162.issue11003@psf.upfronthosting.co.za>
Content
Eric> Note that os.popen is implemented with subprocess.

That seems somewhat wrong to me.  There is a stdio popen function which
os.popen used to expose.  I thought that was the goal (thin wrapper around
many library functions, then build higher level stuff on that).

Skip
History
Date User Action Args
2011-01-27 00:09:20skip.montanarosetrecipients: + skip.montanaro, rhettinger, eric.araujo, Jakob.Bowyer
2011-01-27 00:09:19skip.montanarolinkissue11003 messages
2011-01-27 00:09:19skip.montanarocreate