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 amaury.forgeotdarc, bpb, georg.brandl, gpolo, ncoghlan, ping
Date 2009-11-18.10:35:46
SpamBayes Score 9.322967e-06
Marked as misclassified No
Message-id <1258540549.41.0.49085935991.issue2029@psf.upfronthosting.co.za>
In-reply-to
Content
It turns out this problem was breaking pydoc -m completely in Python 3.x
(os.popen was breaking since it couldn't find the subprocess module -
see #7238).

A more robust fix that retains the three lines, but modifies them to
avoid deleting the standard library directory from sys.path when using
'-m' has been applied to the 2.6 and 3.1 maintenance branches as well as
the main development branches for 2.7 and 3.2.
History
Date User Action Args
2009-11-18 10:35:49ncoghlansetrecipients: + ncoghlan, ping, georg.brandl, amaury.forgeotdarc, gpolo, bpb
2009-11-18 10:35:49ncoghlansetmessageid: <1258540549.41.0.49085935991.issue2029@psf.upfronthosting.co.za>
2009-11-18 10:35:47ncoghlanlinkissue2029 messages
2009-11-18 10:35:46ncoghlancreate