##// END OF EJS Templates
Merge pull request #10107 from Carreau/deprecate-calltip...
Merge pull request #10107 from Carreau/deprecate-calltip Finish up Deprecation of `IPython.core.oinspect.py:call_tip`

File last commit:

r23005:bb0b1cfb
r23054:af798bd3 merge
Show More
unsmart-debugger.rst
3 lines | 237 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / unsmart-debugger.rst
Thomas Kluyver
Whatsnew entry for reverting smart debugger
r23005 - The 'smart command mode' added to the debugger in 5.0 was removed, as more
people preferred the previous behaviour. Therefore, debugger commands such as
``c`` will act as debugger commands even when ``c`` is defined as a variable.