[Zope-dev] Class advisors in Python 3

Hanno Schlichting hanno at hannosch.eu
Fri Jul 30 07:35:15 EDT 2010


On Fri, Jul 30, 2010 at 1:31 PM, Baiju M <mbaiju at zeomega.com> wrote:
> Does class advisors like 'implements' and 'adapts' are going to work
> in Python 3 ? If not, should we discourage its usage now ?

They won't work anymore.

zope.interface contains 2to3 fixers to rewrite them to a class
decorator syntax IIRC.

Hanno


More information about the Zope-Dev mailing list