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 pitrou
Recipients ncoghlan, pitrou
Date 2009-11-15.14:42:32
SpamBayes Score 0.00012120366
Marked as misclassified No
Message-id <1258296154.48.0.655622473397.issue7328@psf.upfronthosting.co.za>
In-reply-to
Content
Same with an installed Python by the way:

$ usr/bin/python3 -m pydoc str
No module named subprocess

However, it works when not using "-m" but invoking the file directly:

$ ./python Lib/pydoc.py str

[displays the str doc page]
History
Date User Action Args
2009-11-15 14:42:34pitrousetrecipients: + pitrou, ncoghlan
2009-11-15 14:42:34pitrousetmessageid: <1258296154.48.0.655622473397.issue7328@psf.upfronthosting.co.za>
2009-11-15 14:42:32pitroulinkissue7328 messages
2009-11-15 14:42:32pitroucreate