[Patches] [ python-Patches-549901 ] use readline in pydoc.help if available

noreply@sourceforge.net noreply@sourceforge.net
Sun, 28 Apr 2002 14:03:59 -0700


Patches item #549901, was opened at 2002-04-28 21:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=549901&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeremy Yallop (yallop)
Assigned to: Nobody/Anonymous (nobody)
Summary: use readline in pydoc.help if available

Initial Comment:
Interactive help (via pydoc.interact in 2.1 onwards)
doesn't use GNU readline.  This is easily amended by
using raw_input() instead of input.readline().  The
patch assumes that Helper.input is sys.stdin when
Helper.interact() is called but can be fixed trivially
if this assumption is invalid..

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=549901&group_id=5470