A demonstration of this bug in the standard python interpreter:
>>> import rlcompleter
>>> import readline
>>> readline.parse_and_bind('tab: complete')
>>> read<TAB>
In previous versions (with readline5), this expands to "readline". In
Karmic (with readline6), this expands to "readline<SPACE>". Although
this extra space doesn't break any python functionality, it does disrupt
further tab completions. "readline<SPACE>.parse<TAB>" will not be
completed, while "readline.parse<TAB>" will.
--
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