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 ysj.ray
Recipients Kain94, eric.araujo, georg.brandl, r.david.murray, rhettinger, stutzbach, terry.reedy, ysj.ray
Date 2011-02-18.13:13:22
SpamBayes Score 0.00083901576
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
An updated patch, based on latest several reviews on http://codereview.appspot.com/4185044/

update:
1, Refactoring the common tests between test_dbm_gnu and test_dbm_ndbm.
2, Move the abc registering in Lib/dbm/ndbm.py and Lib/dbm/gnu.py.
3, Other changes pointed out in review comments.
History
Date User Action Args
2011-02-18 13:13:29ysj.raysetrecipients: + ysj.ray, georg.brandl, rhettinger, terry.reedy, stutzbach, eric.araujo, r.david.murray, Kain94
2011-02-18 13:13:28ysj.raysetmessageid: <[email protected]>
2011-02-18 13:13:27ysj.raylinkissue9523 messages
2011-02-18 13:13:27ysj.raycreate