[issue940286] pydoc.Helper.help() ignores input/output init parameters

Kevin Le report at bugs.python.org
Sun Nov 21 23:03:46 CET 2010


Kevin Le <solnovus at gmail.com> added the comment:

This patch redirects output from Helper.help to whatever output stream is passed to the Helper constructor. If no output stream is specified, the fault behavior is to pass the output to the OS pager.

----------
keywords: +patch
nosy: +bkad
versions: +Python 3.2
Added file: http://bugs.python.org/file19756/helpredirect.diff

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


More information about the Python-bugs-list mailing list