##// END OF EJS Templates
respect banner argument in TerminalInteractiveShell.interact...
respect banner argument in TerminalInteractiveShell.interact banner was interpreted as boolean arg, rather than accepting a string, so specifying shell.interact(msg) will actually set the banner, as it should.
MinRK -
r4210:e1ff325f
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / terminal
tests
__init__.py Loading ...
embed.py Loading ...
interactiveshell.py Loading ...
ipapp.py Loading ...