1 May
2011
1 May
'11
4:30 p.m.
On 1 May 2011 01:06, Laurence Rowe <l@lrowe.co.uk> wrote:
Hi,
I'd like to apply the attached patch to zope.interface trunk to make it more easily subclassable without having to copy and paste a chunk of its __init__ into the subclass' __init__.
On closer inspection, this doesn't seem to be necessary. With python 2.6 when creating a class __module__ is inserted as an attribute. Laurence