New submission from jcrmatos <jcrma...@gmail.com>:
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 ---------- messages: 334406 nosy: jcrmatos priority: normal severity: normal status: open title: There is no mention of breakpoint() in the pdb documentation type: enhancement versions: Python 3.7, Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35835> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com