##// 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.
Yutao Yuan -
r24397:6bfaa35a
Show More
Name Size Modified Last Commit Author
/ IPython
core
extensions
external
kernel
lib
sphinxext
terminal
testing
utils
__init__.py Loading ...
__main__.py Loading ...
config.py Loading ...
consoleapp.py Loading ...
display.py Loading ...
frontend.py Loading ...
html.py Loading ...
nbconvert.py Loading ...
nbformat.py Loading ...
parallel.py Loading ...
paths.py Loading ...
qt.py Loading ...