** Description changed:

  When linked against readline6, Python's readline module inserts a space
  after tab completions.  This differs from previous versions and in most
  cases is unwanted.
  
+ TEST CASE:
+ $ python
+ >>> import rlcompleter
+ >>> import readline
+ >>> readline.parse_and_bind('tab: complete')
+ >>> read<TAB>
+ 
+ Should expand to "readline" with no trailing space.
+ 
  Original description:
  Using IPython 0.10, when I use tab completion after cd, IPython inserts an 
extra space at the end of the trailing /. This makes it hard to use tab 
completion again to go into a subdirectory.
  Strangely enough, after ls, no trailing space gets inserted.

-- 
spurious trailing space after tab completion
https://bugs.launchpad.net/bugs/470824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to