[Patches] [ python-Patches-1175004 ] Export more libreadline API functions

SourceForge.net noreply at sourceforge.net
Fri Apr 1 22:57:55 CEST 2005


Patches item #1175004, was opened at 2005-04-01 21:30
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1175004&group_id=5470

Category: Modules
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Bruce Edge (bruce_edge)
Assigned to: Nobody/Anonymous (nobody)
Summary: Export more libreadline API functions

Initial Comment:
The python readline.c is missing several of the API
funcs provided by libreadline. This patch adds the
missing ones that I needed.
Add support for libreadline callbacks to python functions.
eg:
readline.set_py_callback_hook( my_func )

Also, export rl_delete_text, rl_message,
rl_on_new_line, rl_forced_update_display,
rl_position_cursor

-Bruce

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

>Comment By: Martin v. Löwis (loewis)
Date: 2005-04-01 22:57

Message:
Logged In: YES 
user_id=21627

Have these function always been available in readline (i.e.
all readline versions)? If not, please provide configure.in
changes.

Also, please provide Doc/lib/libreadline.tex changes.

If you cannot provide these things, please indicate so.

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

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


More information about the Patches mailing list