[issue19417] Bdb: add docstrings and a unittest file (test.test_bdb)

Terry J. Reedy report at bugs.python.org
Thu Apr 27 20:20:23 EDT 2017


Terry J. Reedy added the comment:

IDLE's debugger needs multiple patches.  It is based on bdb.  So I want to be able to understand the bdb code and know that it is sound.  The file is nearly devoid of docstrings, so I would like to add those first, probably in a separate patch.  A first draft can be derived from the bdb doc.  Docstrings will help in reviewing the patch.

----------
assignee:  -> terry.reedy
title: Add tests for bdb (previously not tested) -> Bdb: add docstrings and a unittest file (test.test_bdb)
versions: +Python 3.7 -Python 3.4

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


More information about the Python-bugs-list mailing list