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 christian.heimes
Recipients aimacintyre, christian.heimes
Date 2007-11-08.14:17:59
SpamBayes Score 0.23271872
Marked as misclassified No
Message-id <1194531480.0.0.141906660951.issue1087@psf.upfronthosting.co.za>
In-reply-to
Content
os.popen was reimplemented a while ago. It's using the subprocess. I've
added a unit test to verify the existence of __iter__() in r58912.
History
Date User Action Args
2007-11-08 14:18:00christian.heimessetspambayes_score: 0.232719 -> 0.23271872
recipients: + christian.heimes, aimacintyre
2007-11-08 14:18:00christian.heimessetspambayes_score: 0.232719 -> 0.232719
messageid: <1194531480.0.0.141906660951.issue1087@psf.upfronthosting.co.za>
2007-11-08 14:17:59christian.heimeslinkissue1087 messages
2007-11-08 14:17:59christian.heimescreate