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

File last commit:

r1420:34bafc01
r9980:0ad2e217
Show More
simplevars.py
2 lines | 22 B | text/x-python | PythonLexer
x = 1
print 'x is:',x