##// END OF EJS Templates
Re enable multi line in PT-TerminalInteractiveShell...
Re enable multi line in PT-TerminalInteractiveShell Made it to false by mistake (mine) in #9423 Note that it "just" removed continuation prompt as "multiline" is just a hint for prompt_toolkit.

File last commit:

r13348:e6afea51
r22283:c69d93ae
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)