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.

classification
Title: add docstrings to functions in pdb module
Type: Stage: patch review
Components: Documentation Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Ognyan Moore, carlbordum, docs@python
Priority: normal Keywords: patch

Created on 2020-01-09 17:37 by carlbordum, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 17924 open carlbordum, 2020-01-09 17:41
Messages (2)
msg359689 - (view) Author: Carl Bordum Hansen (carlbordum) * Date: 2020-01-09 17:37
The functions are documented, but not in doc strings which means you cannot call help() on them.

From this twitter thread: https://twitter.com/raymondh/status/1211414561468952577
msg361732 - (view) Author: Ognyan Moore (Ognyan Moore) * Date: 2020-02-10 22:10
Stumbled across this issue, is there a list of methods/functions that need docstrings or should we aim to add docstrings to all methods in pdb.py?
History
Date User Action Args
2022-04-11 14:59:25adminsetgithub: 83459
2020-02-10 22:10:33Ognyan Mooresetnosy: + Ognyan Moore
messages: + msg361732
2020-01-09 17:41:50carlbordumsetkeywords: + patch
stage: patch review
pull_requests: + pull_request17331
2020-01-09 17:37:23carlbordumcreate