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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19417>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to