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

2017-04-29 Thread Cheryl Sabella
Cheryl Sabella added the comment: Moved to issue 30211 for docstrings. -- ___ Python tracker ___ ___

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

2017-04-29 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: -1462 ___ Python tracker ___ ___

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

2017-04-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: While I have previously done docstrings and tests together, I can see that for this issue, separation might be preferable. Cherl, can you open a new issue and re-title the PR? (I don't know if that will be sufficient to 'move' it, but I hope so.)

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

2017-04-29 Thread Xavier de Gaye
Xavier de Gaye added the comment: > The file is nearly devoid of docstrings, so I would like to add those first, > probably in a separate patch. Please move this new request for enhancement to a separate issue. -- ___ Python tracker

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

2017-04-28 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1462 ___ Python tracker ___ ___

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

2017-04-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'll work on the bdb docstrings. -- nosy: +csabella ___ Python tracker ___

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

2017-04-27 Thread Terry J. Reedy
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