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 Maciej Olko
Recipients Maciej Olko, docs@python
Date 2020-08-09.00:14:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596932075.04.0.305444661582.issue41510@roundup.psfhosted.org>
In-reply-to
Content
An argument was added to pdb.set_trace() in Python 3.7 and those fragments of documentation should have been updated:

library/functions.rst:120
> By default, sys.breakpointhook() calls pdb.set_trace() expecting no arguments.

library/sys.rst
> For example, the default binding (e.g. pdb.set_trace()) expects no arguments, but you might bind it to a function that expects additional arguments (positional and/or keyword).
History
Date User Action Args
2020-08-09 00:14:35Maciej Olkosetrecipients: + Maciej Olko, docs@python
2020-08-09 00:14:35Maciej Olkosetmessageid: <1596932075.04.0.305444661582.issue41510@roundup.psfhosted.org>
2020-08-09 00:14:34Maciej Olkolinkissue41510 messages
2020-08-09 00:14:34Maciej Olkocreate