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 ncoghlan
Recipients ncoghlan, pitrou
Date 2009-11-15.22:27:40
SpamBayes Score 2.5526602e-05
Marked as misclassified No
Message-id <1258324062.17.0.195977909449.issue7328@psf.upfronthosting.co.za>
In-reply-to
Content
pydoc removes the "scriptdir" from sys.path. When run under -m, that
means it removes the standard library directory!

It works in 2.x because os.popen doesn't rely on subprocess there -
instead it comes direct from the builtin posix module.
History
Date User Action Args
2009-11-15 22:27:42ncoghlansetrecipients: + ncoghlan, pitrou
2009-11-15 22:27:42ncoghlansetmessageid: <1258324062.17.0.195977909449.issue7328@psf.upfronthosting.co.za>
2009-11-15 22:27:40ncoghlanlinkissue7328 messages
2009-11-15 22:27:40ncoghlancreate