This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients georg.brandl, gvanrossum, lregebro, rhettinger
Date 2008-12-06.18:25:13
SpamBayes Score 0.00039989216
Marked as misclassified No
Message-id <1228587914.33.0.010020147395.issue4559@psf.upfronthosting.co.za>
In-reply-to
Content
It is true for 2.6 unless you use various from __future__ imports, which
I consider a form of contortion.

Even with 2.6 I don't see how you can specify a metaclass without doing
something weird like

  foo = MyMetaclass('foo', bases_tuple, namespace_dict)

which is hardly an improvement over either the 2.x or 3.0 syntax.

Given that it will always be true for 2.5, I don't want to back down.
History
Date User Action Args
2008-12-06 18:25:14gvanrossumsetrecipients: + gvanrossum, georg.brandl, rhettinger, lregebro
2008-12-06 18:25:14gvanrossumsetmessageid: <1228587914.33.0.010020147395.issue4559@psf.upfronthosting.co.za>
2008-12-06 18:25:13gvanrossumlinkissue4559 messages
2008-12-06 18:25:13gvanrossumcreate