##// END OF EJS Templates
Fix completer crash with certain unicode inputs....
Fix completer crash with certain unicode inputs. The real bug is in shlex.split in the stdlib (http://bugs.python.org/issue1170) but we have a workaround, we were just not using it in the completion code.
Fernando Perez -
r3074:230f3de3
Show More
Name Size Modified Last Commit Author
/ IPython / frontend
qt
terminal
__init__.py Loading ...