[issue39278] add docstrings to functions in pdb module

2020-02-10 Thread Ognyan Moore
Ognyan Moore 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

[issue39278] add docstrings to functions in pdb module

2020-01-09 Thread Carl Bordum Hansen
Change by Carl Bordum Hansen : -- keywords: +patch pull_requests: +17331 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17924 ___ Python tracker _

[issue39278] add docstrings to functions in pdb module

2020-01-09 Thread Carl Bordum Hansen
New submission from Carl Bordum Hansen : 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: 3