New submission from Brett Cannon <[EMAIL PROTECTED]>:

* 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

----------
assignee: collinwinter
components: 2to3 (2.x to 3.0 conversion tool)
keywords: 26backport
messages: 63743
nosy: brett.cannon, collinwinter
priority: immediate
severity: normal
status: open
title: Fixer for new metaclass syntax is needed
type: behavior
versions: Python 2.6

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2366>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to