[docs] [issue35835] There is no mention of breakpoint() in the pdb documentation
Karthikeyan Singaravelan
report at bugs.python.org
Sun Jan 27 07:13:49 EST 2019
Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:
> New in version 3.7: breakpoint() replaces the previous line.
replaces sounds little more like removed or deprecated to me. How about the below under pdb.set_trace() doc and example using it in the beginning?
New in version 3.7: breakpoint() is a convenience function that internally calls pdb.set_trace()
Thanks
----------
nosy: +xtreak
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35835>
_______________________________________
More information about the docs
mailing list