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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 18 Oct 2001 18:19:01 -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: Closed
Resolution: Accepted
Priority: 3
Submitted By: Moshe Zadka (moshez)
>Assigned to: Guido van Rossum (gvanrossum)
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: Guido van Rossum (gvanrossum)
Date: 2001-10-18 18:19

Message:
Logged In: YES 
user_id=6380

I lost my patience and checked this in.

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

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