[Python-Dev] extending readline functionality (patch)

Michal Vitecek fuf@mageo.cz
Mon, 27 Jan 2003 17:03:50 +0100


 hello everyone,

 attached is a patch against vanilla 2.2.2, which 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,
-- 
		fuf		(fuf@mageo.cz)