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.

Author bruce_edge
Recipients
Date 2005-04-01.19:30:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2007-08-23 15:42:32adminlinkissue1175004 messages
2007-08-23 15:42:32admincreate