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 sebbov
Recipients
Date 2005-12-22.23:01:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I came accross the need for more GNU readline library
support in the python readline module.  

This patch adds support for 2 extra functions and their
doc, get_completion_type() and
set_completion_display_matches_function_hook().  The
latter allows you to add set a python callback as the
readline rl_completion_display_matches function*.

I tested the patch against the svn head (2.5) on a
RedHat 9 intel system, and against a Python 2.4.2 on an
Ubuntu 5.10 intel system.









History
Date User Action Args
2007-08-23 15:45:05adminlinkissue1388440 messages
2007-08-23 15:45:05admincreate