[ZODB-Dev] ZODB 3.9.0 released

Jim Fulton jim at zope.com
Wed Sep 9 05:30:43 EDT 2009


On Tue, Sep 8, 2009 at 6:10 PM, Chris Withers<chris at simplistix.co.uk> wrote:
> Jim Fulton wrote:
>>
>> The changes from ZODB 3.8:
>>
>>  http://pypi.python.org/pypi/ZODB3/3.9.0#id1
>
> There are some typos in this list:
>
> - should probably be `with` when describing the with statement

I don't know what you mean.

>
> - "If control exists the block" I'm guessing should be "If control exits the
> block"

Noted.

>
> - effecient -> efficient

Noted.

>
> Questions:
>
> - when using `with` blocks and a ConflictError is raised, what happens?

The transaction is aborted.

...

> - if using cache-size-bytes, is the parameter that limits the number of
> objects by number ignored?

No.

> - where can I find out more about invalidation-age?

src/ZEO/tests/invalidation-age.txt

Jim

-- 
Jim Fulton


More information about the ZODB-Dev mailing list