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
Date 2007-03-15.00:09:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A patch for PEP 3115 (metaclass syntax for Py3k).  This enables full [arglist] syntax in the class header, e.g.

class C(B1, B2, metaclass=MC, *more_bases, **kwds):
  pass
History
Date User Action Args
2007-08-23 15:57:34adminlinkissue1681101 messages
2007-08-23 15:57:34admincreate