Ben Okopnik <b...@okopnik.com> added the comment: 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. ---------- Added file: http://bugs.python.org/file21803/pydoc_crash_test _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11914> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com