##// 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