Maybe. I wouldn't bother submitting a patch... we just need to figure out the "right thing to do". What you suggest may be it. On Sun, 28 Jan 2001 16:34:44 +0000 Chris Withers <[EMAIL PROTECTED]> wrote: > > ----- Original Message ----- > > From: "Dieter Maurer" <[EMAIL PROTECTED]> > > > If this is the case, then objects that do not need > > > such hackery, simply provide empty "commit_sub" and > > > "abort_sub" and do all their work in "commit". > > Chris McDonough wrote: > > > > This is about right. > > In that case, would putting try: .. except > AttributeError's around the calls to > abort_sub and commit_sub in transaction.py be a safe adn > sensible thing to do? > > Should I submit a patch to the collector? > > cheers, > > Chris _______________________________________________ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
