[issue3783] dbm.sqlite proof of concept
Skip Montanaro
report at bugs.python.org
Fri Sep 5 16:39:38 CEST 2008
Skip Montanaro <skip at pobox.com> added the comment:
Antoine> It would be more efficient to base keys() on iterkeys() than the
Antoine> reverse, IMO.
True. I was just modifying the dumbdbm implementation.
Antoine> Other than that, why not open a branch or at least upload
Antoine> full-fledged patch files? :)
Well, I only intended to create the initial proof of concept, but then last
night I couldn't sleep so I cobbled the test module and docs from the
existing stuff ... ;-)
When I get a couple minutes free I'll try and condense it into a more
suitable form. Probably not until the weekend though.
Skip
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3783>
_______________________________________
More information about the Python-bugs-list
mailing list