##// END OF EJS Templates
cast kernel cwd to bytes on Python 2 on Windows...
cast kernel cwd to bytes on Python 2 on Windows Popen on Windows Python 2.x apparently cannot handle unicode cwd. use filesystemencoding if defined, fallback on ascii. closes #3039
MinRK -
r9980:0ad2e217
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / terminal / console
tests
__init__.py Loading ...
app.py Loading ...
completer.py Loading ...
interactiveshell.py Loading ...