Issue 800697: Add 'clear_history()' to 'readline' module (original) (raw)

Issue800697

Created on 2003-09-04 20:54 by pje, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rl23.txt pje,2003-09-04 20:54 patch to readline.c based on current Python CVS HEAD
rl223.txt pje,2003-09-04 20:56 patch to readline.c based on Python 2.2.3
rldoc.txt pje,2003-09-04 21:03 patch to add docs to Doc/lib/libreadline.tex
Messages (2)
msg44577 - (view) Author: PJ Eby (pje) * (Python committer) Date: 2003-09-04 20:54
This patch adds a 'clear_history()' function to the readline module if the linked-to GNU readline library supports it. (See recent discussion on Python-Dev.) The attached patches are: rl23.txt - patch to readline.c based on current Python CVS HEAD rl223.txt - patch to readline.c based on Python 2.2.3 source distribution rldoc.txt - patch to add docs to Doc/lib/libreadline.tex
msg44578 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-09-20 16:09
Logged In: YES user_id=21627 Thanks for the patch. Applied as libreadline.tex 1.11 NEWS 1.858 readline.c 2.65
History
Date User Action Args
2022-04-10 16:11:00 admin set github: 39181
2003-09-04 20:54:49 pje create