[EMAIL PROTECTED] (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().
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to