##// END OF EJS Templates
Fix config option TerminalInteractiveShell.display_completions...
Fix config option TerminalInteractiveShell.display_completions The extra comma in pt_complete_style() causes the option to be always recognized as "column", because it compares equal to none of the three values.

File last commit:

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