[Python-Dev] Removing bsddb module from py3k (was Re: [Python-3000] No beta2 tonight) (original) (raw)
Jesus Cea jcea at jcea.es
Sun Jul 20 03:44:10 CEST 2008
- Previous message: [Python-Dev] Removing bsddb module from py3k (was Re: [Python-3000] No beta2 tonight)
- Next message: [Python-Dev] [Python-3000] Removing bsddb module from py3k (was Re: No beta2 tonight)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Josiah Carlson wrote: | On-disk key -> value dictionary. In every use of bsddb that I've seen | (or done myself), that's been the extent of it's use. That's what I | was offering. But it seems that everyone has had experience with | bsddb on a far deeper level (beyond dictionary + cursor access), and | would find (like you) absolutely no use in an on-disk dictionary with | a sqlite backend (which hasn't had the same maintenance issues as | bsddb), which is why I withdrew the offer.
For such a simple application, you can use the already in stdlib "gdbm" module. Just remember it is not transactional, so beware diskfulls, application crashes, etc.
Jesus Cea Avion // /// /// jcea at jcea.es - http://www.jcea.es/ // // // // // jabber / xmpp:jcea at jabber.org // // ///// . // // // // // "Things are not so easy" // // // // // // "My name is Dump, Core Dump" /// //_/ // // "El amor es poner tu felicidad en la felicidad de otro" - Leibniz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQCVAwUBSIKXKJlgi5GaxT1NAQLmSQP+PEDrOy5AM6IRhIDFriyks0nTpA5a3vYi bgrVRNJYQXTkV43AFD0bUkDFT1VBsROSlSO0jEsSfHXG2FG51TJa7Hp1LCX62ryV H6NtztvqlA5OpTxEcWGPdha0XRueRwjYe/a+cVFXjAo+fXirlIac2W6ZhNJiAehg VP9lxrffQSM= =KV8P -----END PGP SIGNATURE-----
- Previous message: [Python-Dev] Removing bsddb module from py3k (was Re: [Python-3000] No beta2 tonight)
- Next message: [Python-Dev] [Python-3000] Removing bsddb module from py3k (was Re: No beta2 tonight)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]