[issue3783] dbm.sqlite proof of concept

Raymond Hettinger report at bugs.python.org
Tue Feb 3 23:36:04 CET 2009


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Here's an updated patch (it's also in the sandbox):

* Added a sync() method to support shelves.
* Removed commits on granular sets and gets.
* Optimized __len__ and __contains__.

Added file: http://bugs.python.org/file12931/dbsqlite.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3783>
_______________________________________


More information about the Python-bugs-list mailing list