[bf1942] Database support in Py?

Jeff Abbott fdiv_bug at email.com
Tue Jul 5 11:58:55 EDT 2005


On Jul 5, 2005, at 11:40 AM, Einar S. Idsø wrote:

> The csv library also seems to be missing, so I suppose the only way to
> store data in any kind of DB-like manner is to use bsddb or tabulated
> ascii-files. Or is there a better way?

I haven't checked, but is pickle <http://docs.python.org/lib/module- 
pickle.html> available in the BF2 library?  That can serialize  
objects directly and write them out to disk in a format suitable for  
"unpickling" later.  Might be useful.

Jeff



More information about the Bf1942 mailing list