##// END OF EJS Templates
Work around a bug in Python's shlex module with unicode input....
Work around a bug in Python's shlex module with unicode input. The problem appeared as a broken %popd, but ultimately the real bug is in Python itself. I added some more tests that exercise various parts that were breaking due to the original problem, to at least improve test coverage.
Fernando Perez -
r2650:ccc8b20a
Show More
Name Size Modified Last Commit Author
/ IPython / utils / tests
__init__.py Loading ...
test_imports.py Loading ...
test_io.py Loading ...
test_notification.py Loading ...
test_path.py Loading ...
test_process.py Loading ...
test_traitlets.py Loading ...