"Phillip J. Eby" wrote: > > I found this one on Saturday. The problem is that Zope recently changed > the way constructors bind to their factory objects, and the "self" that > ZPatterns is providing to the constructors is no longer needed. I've > changed ZPatterns to fix this (still maintaining 2.1.x compatibility in the > process) and a few other reported and unreported bugs, but haven't had time > to issue a new release just yet. I'm up to my neck in "regular job" work > for the next few days. My quick "2.2 only" fix is to change line 436 of PlugIns.py to this: return apply(getattr(product, method), args, kwargs) > Hopefully I'll have a release out before the ZPatterns chat Friday, though. Great. -- Steve Alexander Software Engineer Cat-Box limited http://www.cat-box.net _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
