[ python-Bugs-952852 ] readline broke between 2.2.2 and 2.2.3

SourceForge.net noreply at sourceforge.net
Wed May 12 16:49:26 EDT 2004


Bugs item #952852, was opened at 2004-05-12 15:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=952852&group_id=5470

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jon Nelson (jnelson)
Assigned to: Nobody/Anonymous (nobody)
Summary: readline broke between 2.2.2 and 2.2.3

Initial Comment:
Patches readline.c to readline.c (2.48->2.49) and
2.41.6.2 -> 2.41.6.3 broke readline for many
applications, with no recourse.

Readline's behavior since 1.5.2 has been to append a
space to the end of completions.  Many completers
depend on this functionality to provide enhanced
completion.  Those CVS commits broke all of them with
no recourse.  Instead of adding a function to set the
append character, and then making rlcompleter use that,
the readline module itself was changed and now nobody
can do enhanced completion.

Please *please* fix this.

http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Modules/readline.c?r1=2.48&r2=2.49



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=952852&group_id=5470



More information about the Python-bugs-list mailing list