[Zope-dev] Reasons for the current API reference docs
	implementation?
    Paul Winkler 
    pw_lists at slinkp.com
       
    Sun Apr  4 17:50:45 EDT 2004
    
    
  
On Sun, Apr 04, 2004 at 04:21:16PM -0400, Stephan Richter wrote:
> > class FooBar:
> > ? ? implements(IFoo, IBar)
> 
> This is the only way used in Zope 3.
> 
> >
> > class FooBar:
> > ? ? __implements__ = (IFoo, IBar)
> 
> This is mainly for backward-compatibility, I understand.
got it, thanks.
-- 
Paul Winkler
http://www.slinkp.com
Look! Up in the sky! It's THE GARAGE!
(random hero from isometric.spaceninja.com)
    
    
More information about the Zope-Dev
mailing list