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

File last commit:

r415:4a5dcb15
r4210:e1ff325f
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]