Opened 15 years ago
Closed 15 years ago
#19700 closed defect (fixed)
python26 2.6.2 fix for extra space in readline completion
Reported by: | stromnov (Andrey Stromnov) | Owned by: | blb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | python26 |
Description
Python2.6 with readline6 leads to extra space in readline completion.
Patch taken from http://mail.python.org/pipermail/new-bugs-announce/2009-April/004716.html.
Attachments (3)
Change History (5)
Changed 15 years ago by stromnov (Andrey Stromnov)
Attachment: | Portfile.diff added |
---|
Changed 15 years ago by stromnov (Andrey Stromnov)
Attachment: | patch-Lib-rlcompleter.py.diff added |
---|
Changed 15 years ago by stromnov (Andrey Stromnov)
Attachment: | patch-Modules-readline.c.diff added |
---|
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Cc: | mcalhoun@… added |
---|---|
Owner: | changed from macports-tickets@… to blb@… |
comment:2 Changed 15 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Updated in r52427, thanks.