Re: [ZODB-Dev] ZODB 3.8.0a1 released

2007-05-13 Thread Stefan H. Holek
You would now use transaction.savepoint(True). Note also that you don't need to abort a subtransaction or optimistic savepoint, it will be aborted/committed as part of the full transaction. Stefan On 12. Mai 2007, at 19:00, Paul Winkler wrote: I belatedly realized I have some old test

[ZODB-Dev] ZODB 3.8.0a1 released

2007-05-12 Thread Jim Fulton
I've releases ZODB 3.8.0a1 tp PyPI: http://www.python.org/pypi/ZODB3/3.8.0a1 To see what's in 3.8.0, see the news file: http://svn.zope.org/ZODB/trunk/NEWS.txt?rev=75692view=auto This also includes the recent storage API standardization's, removal of subtransactions, and deprecation of

Re: [ZODB-Dev] ZODB 3.8.0a1 released

2007-05-12 Thread Paul Winkler
On Sat, May 12, 2007 at 10:44:34AM -0400, Jim Fulton wrote: I've releases ZODB 3.8.0a1 tp PyPI: http://www.python.org/pypi/ZODB3/3.8.0a1 To see what's in 3.8.0, see the news file: http://svn.zope.org/ZODB/trunk/NEWS.txt?rev=75692view=auto This also includes the recent storage

Re: [ZODB-Dev] ZODB 3.8.0a1 released

2007-05-12 Thread Jim Fulton
On May 12, 2007, at 1:00 PM, Paul Winkler wrote: On Sat, May 12, 2007 at 10:44:34AM -0400, Jim Fulton wrote: I've releases ZODB 3.8.0a1 tp PyPI: http://www.python.org/pypi/ZODB3/3.8.0a1 To see what's in 3.8.0, see the news file: