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 terry.reedy
Recipients cheryl.sabella, docs@python, terry.reedy
Date 2017-05-16.20:48:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494967690.98.0.218107801842.issue30211@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-16 20:48:11terry.reedysetrecipients: + terry.reedy, docs@python, cheryl.sabella
2017-05-16 20:48:10terry.reedysetmessageid: <1494967690.98.0.218107801842.issue30211@psf.upfronthosting.co.za>
2017-05-16 20:48:10terry.reedylinkissue30211 messages
2017-05-16 20:48:10terry.reedycreate