shelve: writing out updates?!

Paul Rubin http
Sun Jul 31 03:14:01 EDT 2005


zen19725 at zen.co.uk (phil hunt) writes:
> What is ACID?

Basically it means full-blown a transactional database that handles
concurrent updates correctly.  See:

  http://en.wikipedia.org/wiki/ACID

> Wierd. I'd expect something like an s.flush() function.

Thanks to Robert Kern for pointing out that the answer is s.sync().



More information about the Python-list mailing list