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 skip.montanaro
Recipients skip.montanaro
Date 2008-09-04.23:57:28
SpamBayes Score 0.0004652053
Marked as misclassified No
Message-id <1220572652.24.0.256023256295.issue3783@psf.upfronthosting.co.za>
In-reply-to
Content
Based on recent discussions about ridding Python of bsddb I decided to
see how hard it would be to implement a barebones dbm.sqlite module.
Turns out, not very hard.

No docs.  No test cases.  Caveat emptor.  But I think it can serve as
at least a proof of concept, maybe as the basis for a new module in
3.1.
History
Date User Action Args
2008-09-04 23:57:32skip.montanarosetrecipients: + skip.montanaro
2008-09-04 23:57:32skip.montanarosetmessageid: <1220572652.24.0.256023256295.issue3783@psf.upfronthosting.co.za>
2008-09-04 23:57:30skip.montanarolinkissue3783 messages
2008-09-04 23:57:29skip.montanarocreate