[Patches] [ python-Patches-443759 ] Add Interface to readline's add_history

noreply@sourceforge.net noreply@sourceforge.net
Mon, 23 Jul 2001 04:02:10 -0700


Patches item #443759, was opened at 2001-07-23 04:02
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=443759&group_id=5470

Category: Modules
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Moshe Zadka (moshez)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add Interface to readline's add_history

Initial Comment:
There is a function in GNU readline called add_history,
which is used to manage the history list. Though Python
uses this function internally, it does not expose it to
the Python programmer. This patch adds direct interface
to this function with documentation.

This could be used by friendly modules to "seed" the
history with commands.

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

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