[Zope-dev] Class advisors in Python 3

Lennart Regebro regebro at gmail.com
Fri Jul 30 08:21:29 EDT 2010


On Fri, Jul 30, 2010 at 13:35, Hanno Schlichting <hanno at hannosch.eu> wrote:
> zope.interface contains 2to3 fixers to rewrite them to a class
> decorator syntax IIRC.

Actually, it's in zope.fixers. :) And it's only implements() ->
@implementor i think. Adapts come with zope.component which isn't
ported to Python 3 yet, but the same thing should happen there, yes.

-- 
Lennart Regebro, Colliberty: http://www.colliberty.com/
Python, Zope, Plone blog: http://regebro.wordpress.com/
Telephone: +33 661 58 14 64


More information about the Zope-Dev mailing list