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 okopnik
Recipients eric.araujo, okopnik
Date 2011-04-27.15:43:34
SpamBayes Score 0.0018128802
Marked as misclassified No
Message-id <1303919015.83.0.0851059566671.issue11914@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a test that should exercise every version of "pydoc" installed on the system:

mkdir -p /tmp/foo/bar; cd /tmp/foo; chmod 0 bar
for n in `whereis -b pydoc`; do echo "**** $n ****"; $n modules; done

Tested under Ubuntu with bash and sh; should work fine with any Bourne-derived shell that supports 'whereis'. Please see attached file.
History
Date User Action Args
2011-04-27 15:43:35okopniksetrecipients: + okopnik, eric.araujo
2011-04-27 15:43:35okopniksetmessageid: <1303919015.83.0.0851059566671.issue11914@psf.upfronthosting.co.za>
2011-04-27 15:43:34okopniklinkissue11914 messages
2011-04-27 15:43:34okopnikcreate