Patches item #1388440, was opened at 2005-12-22 15:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1388440&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Sebastien Boving (sebbov) Assigned to: Nobody/Anonymous (nobody) Summary: add more readline support Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1388440&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
