Patches item #1388440, was opened at 2005-12-22 15:01 Message generated for change (Comment added) made by sebbov 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. ---------------------------------------------------------------------- >Comment By: Sebastien Boving (sebbov) Date: 2005-12-28 08:45 Message: Logged In: YES user_id=1411229 ah, missed that. should now be attached... ---------------------------------------------------------------------- Comment By: Sebastien Boving (sebbov) Date: 2005-12-28 08:45 Message: Logged In: YES user_id=1411229 There's no uploaded file! You have to check the checkbox labeled "Check to Upload & Attach File" when you upload a file. In addition, even if you *did* check this checkbox, a bug in SourceForge prevents attaching a file when *creating* an issue. Please try again. (This is a SourceForge annoyance that we can do nothing about. :-( ) ---------------------------------------------------------------------- Comment By: George Yoshida (quiver) Date: 2005-12-22 21:47 Message: Logged In: YES user_id=671362 There's no patch! You have to check the checkbox labeled "Check to Upload and Attach File" to upload a file. Please try again. ---------------------------------------------------------------------- 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
