Josiah Carlson <josiah.carlson <at> gmail.com> writes: > > While the wrapper for sqlite to offer > a dbm-like interface is relatively untested (it does have testcases > thanks to Skip), dealing with a couple-hundred (at most) line wrapper > is far more reasonable for testing, verification, bugfixing, etc., > than the wrappers for bsddb.
There is theory and there is practice. There are lots of things that unittests can't or often don't catch. I don't think it is reasonable at all to add a completely new and untested storage backend at the last minute, while the usual advice for module inclusion is to first publish it on PyPI to get feedback and estimate popularity. Another possibility is for the module to be clearly labeled as experimental. _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com