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

noreply@sourceforge.net noreply@sourceforge.net
Fri, 07 Sep 2001 09:58:30 -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: Accepted
Priority: 3
Submitted By: Moshe Zadka (moshez)
>Assigned to: Moshe Zadka (moshez)
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.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2001-09-07 09:58

Message:
Logged In: YES 
user_id=21627

This patch looks perfect to me. Please check it in.

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

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