##// END OF EJS Templates
IPython/utils/path.py: If `os.path.exists` cannot handle a `unicode` path, as has been found in some cases, go ahead and convert to a `byte` path, which is hopefully supported.
IPython/utils/path.py: If `os.path.exists` cannot handle a `unicode` path, as has been found in some cases, go ahead and convert to a `byte` path, which is hopefully supported.
John Kirkham -
r21725:3b221ffc
Show More
Name Size Modified Last Commit Author
/ IPython / terminal
tests
__init__.py Loading ...
console.py Loading ...
embed.py Loading ...
interactiveshell.py Loading ...
ipapp.py Loading ...