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 brett.cannon
Recipients brett.cannon, collinwinter
Date 2008-03-17.19:54:31
SpamBayes Score 0.27078813
Marked as misclassified No
Message-id <1205783672.52.0.982802083184.issue2366@psf.upfronthosting.co.za>
In-reply-to
Content
* new metaclass syntax (removing __metaclass__?)
   - __metaclass__ = type at global level disappear
   - __metaclass__ = <anything else> should generate warning
   - __metaclass__ = <something> within a class should use new syntax
   - class __metaclass__ should be warned about
   - any other use of __metaclass__ should be warned about
History
Date User Action Args
2008-03-17 19:54:32brett.cannonsetspambayes_score: 0.270788 -> 0.27078813
recipients: + brett.cannon, collinwinter
2008-03-17 19:54:32brett.cannonsetspambayes_score: 0.270788 -> 0.270788
messageid: <1205783672.52.0.982802083184.issue2366@psf.upfronthosting.co.za>
2008-03-17 19:54:31brett.cannonlinkissue2366 messages
2008-03-17 19:54:31brett.cannoncreate