Fix completion retrieval parsing.
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Sat, 21 Jun 2014 14:14:54 +0000 (11:14 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Sat, 21 Jun 2014 14:14:54 +0000 (11:14 -0300)
commit656f99beebbe122d84754f4f25c4b1b8c53e8941
treeddf72d5ce2bdbcbc5fe83d0959f4feba08e53ea6
parentedd112b7f8956e727b21976e9e6a36256d724c24
Fix completion retrieval parsing.
* progmodes/python.el (python-mode):
(python-util-strip-string): New function.
(python-shell-completion-get-completions): Use it.

* automated/python-tests.el (python-util-strip-string-1): New test.

Fixes: debbugs:17209
lisp/ChangeLog
lisp/progmodes/python.el
test/ChangeLog
test/automated/python-tests.el