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 jcrmatos
Recipients jcrmatos
Date 2019-01-26.23:09:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548544149.44.0.0958996770934.issue35835@roundup.psfhosted.org>
In-reply-to
Content
In the Pdb documentation, found at
https://docs.python.org/3.7/library/pdb.html?highlight=pdb#module-pdb
there is no mention of breakpoint().

In my opinion, this text

import pdb; pdb.set_trace()

should be replaced with

import pdb; pdb.set_trace()
New in version 3.7: breakpoint() replaces the previous line.

Thanks,

JM
History
Date User Action Args
2019-01-26 23:09:11jcrmatossetrecipients: + jcrmatos
2019-01-26 23:09:09jcrmatossetmessageid: <1548544149.44.0.0958996770934.issue35835@roundup.psfhosted.org>
2019-01-26 23:09:09jcrmatoslinkissue35835 messages
2019-01-26 23:09:09jcrmatoscreate