##// END OF EJS Templates
Use frappuccino to generate API diffs.
Matthias Bussonnier -
Show More
@@ -39,6 +39,30 b' IPython 7.15 reproducible build did not work, so we try again this month'
39 :ghpull:`12358`.
39 :ghpull:`12358`.
40
40
41
41
42 API Changes
43 -----------
44
45 Change of API and exposed objects automatically detected using `frappuccino
46 <https://pypi.org/project/frappuccino/>`_ (still in beta):
47
48
49 The following items are new and mostly related to understanding ``__tracebackbhide__``::
50
51 + IPython.core.debugger.Pdb.do_down(self, arg)
52 + IPython.core.debugger.Pdb.do_skip_hidden(self, arg)
53 + IPython.core.debugger.Pdb.do_up(self, arg)
54 + IPython.core.debugger.Pdb.hidden_frames(self, stack)
55 + IPython.core.debugger.Pdb.stop_here(self, frame)
56
57
58 The following items have been removed::
59
60 - IPython.core.debugger.Pdb.new_do_down
61 - IPython.core.debugger.Pdb.new_do_up
62
63 Those were implementation details.
64
65
42 .. _version 715:
66 .. _version 715:
43
67
44 IPython 7.15
68 IPython 7.15
General Comments 0
You need to be logged in to leave comments. Login now