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 ezio.melotti
Recipients aimacintyre, christian.heimes, ezio.melotti
Date 2009-11-17.05:11:14
SpamBayes Score 4.219955e-06
Marked as misclassified No
Message-id <1258434677.26.0.427372467282.issue1087@psf.upfronthosting.co.za>
In-reply-to
Content
While I was working on EnvironTests I found 'test_os_popen_iter' (added
in r58912) and I don't see why it is there.
Christian, did you put it in the wrong place by mistake or is it somehow
related to os.environ?
(the test should also use unittest.skipUnless(os.path.exists("/bin/sh"))
instead of the 'if')
History
Date User Action Args
2009-11-17 05:11:17ezio.melottisetrecipients: + ezio.melotti, aimacintyre, christian.heimes
2009-11-17 05:11:17ezio.melottisetmessageid: <1258434677.26.0.427372467282.issue1087@psf.upfronthosting.co.za>
2009-11-17 05:11:15ezio.melottilinkissue1087 messages
2009-11-17 05:11:15ezio.melotticreate