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 ajaksu2
Recipients ajaksu2, gaul, georg.brandl, georg.brandl
Date 2009-02-13.03:37:15
SpamBayes Score 2.222272e-05
Marked as misclassified No
Message-id <1234496237.18.0.290366096553.issue798520@psf.upfronthosting.co.za>
In-reply-to
Content
This snippet still raises 'OSError: [Errno 22] ...' in Linux:

import os
os.popen('ls', '')

Can anyone do a quick check on Windows?
History
Date User Action Args
2009-02-13 03:37:17ajaksu2setrecipients: + ajaksu2, georg.brandl, gaul, birkenfeld
2009-02-13 03:37:17ajaksu2setmessageid: <1234496237.18.0.290366096553.issue798520@psf.upfronthosting.co.za>
2009-02-13 03:37:15ajaksu2linkissue798520 messages
2009-02-13 03:37:15ajaksu2create