This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: extending readline functionality
Type: Stage:
Components: Extension Modules Versions: Python 2.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: fdrake, fufsource, mdehoon
Priority: normal Keywords: patch

Created on 2003-02-11 10:26 by fufsource, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.3a1-ext-readline.diff fufsource, 2003-02-11 10:27 patch adding two new methods to readline module
Messages (3)
msg42812 - (view) Author: Michal Vitecek (fufsource) Date: 2003-02-11 10:26
this simple patch adds two new methods to module readline:

1) remove_history() -- which removes history item
specified by its position

2) replace_history() which replaces history item
specified by its position with another line

libreadline.tex has been modified as well.

thank you for consideration.
msg42813 - (view) Author: Michiel de Hoon (mdehoon) * Date: 2005-01-19 02:57
Logged In: YES 
user_id=488897

This patch is a duplicate of patch [ 675551 ], which was
accepted as Modules/readline.c revision 2.73 and
Doc/lib/libreadline.tex revision 1.16. So we can close this
patch.
msg42814 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2005-01-19 03:09
Logged In: YES 
user_id=3066

Closed as a duplicate.
History
Date User Action Args
2022-04-10 16:06:42adminsetgithub: 37961
2003-02-11 10:26:51fufsourcecreate