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