This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients docs@python, jcrmatos, xtreak
Date 2019-01-27.12:13:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548591227.99.0.750411969903.issue35835@roundup.psfhosted.org>
In-reply-to
Content
> 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
History
Date User Action Args
2019-01-27 12:13:49xtreaksetrecipients: + xtreak, docs@python, jcrmatos
2019-01-27 12:13:47xtreaksetmessageid: <1548591227.99.0.750411969903.issue35835@roundup.psfhosted.org>
2019-01-27 12:13:47xtreaklinkissue35835 messages
2019-01-27 12:13:47xtreakcreate