30 Jul
2010
30 Jul
'10
11:35 a.m.
On Fri, Jul 30, 2010 at 1:31 PM, Baiju M <mbaiju@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