##// END OF EJS Templates
add prefer_stream arg to utils.encoding.getdefaultencoding...
add prefer_stream arg to utils.encoding.getdefaultencoding sometimes the stream encoding should be ignored, and start with locale (e.g. Popen on Windows Python 2). Default behavior is unchanged.

File last commit:

r14009:6f019b30
r14695:bda2ad7d
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.kernel.zmq import kernelapp as app
app.launch_new_instance()