[issue39278] add docstrings to functions in pdb module

New submission from Carl Bordum Hansen <carl@bordum.dk>: 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
---------- assignee: docs@python components: Documentation messages: 359689 nosy: carlbordum, docs@python priority: normal severity: normal status: open title: add docstrings to functions in pdb module versions: Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39278> _______________________________________

Change by Carl Bordum Hansen <carl@bordum.dk>: ---------- keywords: +patch pull_requests: +17331 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17924 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39278> _______________________________________

Ognyan Moore <ognyan.moore@gmail.com> added the comment: 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? ---------- nosy: +Ognyan Moore _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39278> _______________________________________
participants (2)
-
Carl Bordum Hansen
-
Ognyan Moore