[Zope-dev] Zope 2.8: ZODB fix breaks undoable_transactions
yuppie
y.2005- at wcm-solutions.de
Wed Jun 29 07:23:51 EDT 2005
Hi!
http://svn.zope.org/?view=rev&rev=30334 changed the behavior of
undoInfo() in a way that is not backwards compatible. See
http://www.zope.org/Collectors/Zope/1822 for details.
I can see 3 ways to resolve this:
1.) restoring the old behavior of undoInfo() in ZODB
2.) restoring the old behavior of undoable_transactions()
3.) propagating the change to all the code that depends on
undoable_transactions()
I don't know all the reasons why undoInfo() was changed, so I don't know
if reverting the change is an option.
If 1.) is no option, I would prefer solution 2.) over 3.)
Any opinions?
Cheers,
Yuppie
More information about the Zope-Dev
mailing list