##// END OF EJS Templates
Clarify intent of option removal post Beta.
Matthias Bussonnier -
Show More
@@ -148,8 +148,9 b' class TerminalInteractiveShell(InteractiveShell):'
148 help="Automatically set the terminal title"
148 help="Automatically set the terminal title"
149 ).tag(config=True)
149 ).tag(config=True)
150
150
151 # Leaving that for beta/rc tester, shoudl remove for 5.0.0 final.
151 display_completions_in_columns = Bool(None,
152 display_completions_in_columns = Bool(None,
152 help="Display a multi column completion menu.", allow_none=True
153 help="DEPRECATED", allow_none=True
153 ).tag(config=True)
154 ).tag(config=True)
154
155
155 @observe('display_completions_in_columns')
156 @observe('display_completions_in_columns')
General Comments 0
You need to be logged in to leave comments. Login now