well...Interface.verify.verify_class_implementation() has gone. Seems to be replaced by verifyClass()...I wrote a wrapper that solves the problem...ugly but it works ;-)
Andreas On Sat, Sep 07, 2002 at 02:59:38PM -0400, Chris McDonough wrote: > Ugh. The Interfaces package was replaced by the Zope 3 interfaces > package... what needs to be done to make it backwards-compatible? Can > we add a function to the package? > > On Sat, 2002-09-07 at 03:23, Andreas Jung wrote: > > I noticed that the HEAD contains a rewritten Interface package > > that breaks at least two of my products that depend on the Interface.verify. > > Are these changes documented anywhere and why is there no compatiblity > > layer for exisiting code? > > > > Andreas > > --------------------------------------------------------------------- > > - Andreas Jung http://www.andreas-jung.com - > > - EMail: andreas at andreas-jung.com - > > - "Life is too short to (re)write parsers" - > > --------------------------------------------------------------------- > > > > > > > > _______________________________________________ > > 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 ) > > > > _______________________________________________ > 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 ) _______________________________________________ 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 )
