##// END OF EJS Templates
Fix for 2.x execfile that can not handle non-ascii filenames....
Fix for 2.x execfile that can not handle non-ascii filenames. Special case fix for windows where we can not in general use sys.getfilesystemencoding() to get a str that can be used to access all files.
Jörgen Stenarson -
r5090:1b786a02
Show More
Name Size Modified Last Commit Author
/ IPython / lib / tests
__init__.py Loading ...
test_backgroundjobs.py Loading ...
test_imports.py Loading ...
test_irunner.py Loading ...
test_irunner_pylab_magic.py Loading ...
test_pylabtools.py Loading ...