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

2011-02-08 Thread Kevin Le
Kevin Le added the comment: confirmed, I'll take a closer look -- ___ Python tracker <http://bugs.python.org/issue940286> ___ ___ Python-bugs-list m

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

2010-11-21 Thread Kevin Le
Kevin Le added the comment: Created a rietveld review http://codereview.appspot.com/3202042 -- ___ Python tracker <http://bugs.python.org/issue940286> ___ ___

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

2010-11-21 Thread Kevin Le
Kevin Le 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