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 farialima
Recipients farialima, jchl
Date 2010-03-22.05:26:07
SpamBayes Score 5.602459e-06
Marked as misclassified No
Message-id <1269235571.73.0.122094303331.issue1700304@psf.upfronthosting.co.za>
In-reply-to
Content
issue8198 is related.

Re. 1700304, it's easy to work around by writing

from pydoc import help
import sys
help.output = sys.stdout
help.input = sys.stdin
History
Date User Action Args
2010-03-22 05:26:11farialimasetrecipients: + farialima, jchl
2010-03-22 05:26:11farialimasetmessageid: <1269235571.73.0.122094303331.issue1700304@psf.upfronthosting.co.za>
2010-03-22 05:26:08farialimalinkissue1700304 messages
2010-03-22 05:26:07farialimacreate