[issue1700304] pydoc.help samples sys.stdout and sys.stdin at import time

François Granade report at bugs.python.org
Mon Mar 22 06:26:11 CET 2010


François Granade <francois at granade.com> added the comment:

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

----------
nosy: +farialima

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1700304>
_______________________________________


More information about the Python-bugs-list mailing list