[ZODB-Dev] Re: [Zope-Annce] ZODB 3.2.4 release candidate 1 released

Florent Guillaume fg at nuxeo.com
Tue Sep 7 16:10:34 EDT 2004


Tim wrote:
> I'm pleased to announce the release of ZODB 3.2.4c1.  This corresponds to
> the ZODB (and ZEO) that we intend to ship with Zope 2.7.3.
[...]
> ZODB 3.2.4c1 raises the new ConnectionStateError if an attempt to
> cloase a connection with pending modifications is made.

I guess ConnectionStateError is now also part of the exceptions that
should not be caught by a bare except:. Do you think we should change the few
    except ConflictError: raise
that we added in Zope trunk into a more general
    except POSError: raise
?

Florent

-- 
Florent Guillaume, Nuxeo (Paris, France)
+33 1 40 33 71 59  http://nuxeo.com  mailto:fg at nuxeo.com


More information about the ZODB-Dev mailing list