[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com