[Patches] [ python-Patches-675551 ] extending readline functionality

SourceForge.net noreply@sourceforge.net
Fri, 27 Jun 2003 11:32:47 -0700


Patches item #675551, was opened at 2003-01-27 10:52
Message generated for change (Comment added) made by montanaro
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=675551&group_id=5470

Category: Library (Lib)
>Group: Python 2.3
>Status: Open
Resolution: Invalid
Priority: 5
Submitted By: Michal Vitecek (fufsource)
>Assigned to: Skip Montanaro (montanaro)
Summary: extending readline functionality

Initial Comment:
this patch against vanilla 2.2.2 adds three new functions to module readline:

remove_history(pos) -- remove history entry specified by pos

replace_history_entry(pos, line) -- replace history entry specified by pos with the given line

get_history_buffer_size() -- get current number of history entries

the libreadline.tex is also modified.

thank you for your consideration.

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

>Comment By: Skip Montanaro (montanaro)
Date: 2003-06-27 13:32

Message:
Logged In: YES 
user_id=44345

Michal,  Can you update this patch against the 2.3 (CVS) source?
I'll take a look at it for addition after the 2.3 release.


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

Comment By: Michal Vitecek (fufsource)
Date: 2003-02-11 05:23

Message:
Logged In: YES 
user_id=698198

this patch is invalid as no functionality extensions are
allowed in a stable python version.

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

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