##// END OF EJS Templates
Replaced shlex_split with arg_split from _process_common....
Replaced shlex_split with arg_split from _process_common. shlex_split was removed since it was a unicode unsafe version of arg_split. Tests were added to test magic_run_completer.
Jörgen Stenarson -
r5688:aac154d6
Show More
Name Size Modified Last Commit Author
/ IPython / nbformat / v2
tests
__init__.py Loading ...
convert.py Loading ...
nbbase.py Loading ...
nbjson.py Loading ...
nbpy.py Loading ...
nbxml.py Loading ...
rwbase.py Loading ...