[Zope] Re: Subtranscations are hacky?

2001-01-28 Thread Chris Withers
> "hasattr(...,'commit_sub')" and "hasattr(,'abort_sub')" > would be a better approach. I'd totally agree :-) Should I put that in the collector or do you want to? cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mail

[Zope] Re: Subtranscations are hacky?

2001-01-28 Thread Dieter Maurer
Chris Withers writes: > > What about just putting a try: ... except > AttributeError around the commit_sub call in Transaction.py? What bad effects > would that have? That would probably not be a good idea as it could hide serious problems. ZCatalog has a similar "try: ... except" and in