[issue30211] Bdb: add docstrings

Terry J. Reedy report at bugs.python.org
Tue May 16 16:48:10 EDT 2017


Terry J. Reedy added the comment:

I plan to merge when I can.  Possible future improvements for bdb.py.

1. Bdb attributes.
2. Say what user_xyz functions might do.  Anything better than 'Intervene in debugging process.'?
3. Clarify what get_stack does.

Improvement for bdb.rst (optional for this issue).
1. Add is_skipped_module
2. Fix overt errors we are sure of, noted above
* canonic: <> not stripped
* break_here: temps *may* be deleted
* get_stack: length may or may not be what says.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30211>
_______________________________________


More information about the Python-bugs-list mailing list