[Zope-dev] New ways of getting transactions?

Jim Fulton jim at zope.com
Sun Dec 11 12:28:04 EST 2005


Stefan H. Holek wrote:
> import transaction
> transaction.get()
> transaction.commit()
> transaction.abort()
> transaction.savepoint()
> 
> This works since 2.8, but not in 2.7. Nearly every project has come  up 
> with its own backward compatibility module though. See for example  
> CMFCore.utils.transaction or CMFPlone.transaction.

I'm dispayed to hear this. :(  The old use of __builtins__.get_transaction
should be deprecated and supported for a period of time.  If it isn't, then this
is *definately* a bug.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope-Dev mailing list