[Python-3000] [Python-Dev] dbm.sqlite

Antoine Pitrou solipsis at pitrou.net
Tue Sep 9 21:49:25 CEST 2008


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.




More information about the Python-3000 mailing list