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

SourceForge.net noreply@sourceforge.net
Tue, 11 Feb 2003 03:23:12 -0800


Patches item #675551, was opened at 2003-01-27 17:52
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=675551&group_id=5470

Category: Library (Lib)
Group: Python 2.2.x
>Status: Deleted
>Resolution: Invalid
Priority: 5
Submitted By: Michal Vitecek (fufsource)
Assigned to: Nobody/Anonymous (nobody)
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: Michal Vitecek (fufsource)
Date: 2003-02-11 12: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