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 larry
Recipients brett.cannon, larry, ncoghlan, yselivanov
Date 2014-01-19.23:47:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390175242.47.0.409553825673.issue20308@psf.upfronthosting.co.za>
In-reply-to
Content
Special cases aren't special enough to break the rules.  If the signature of a metaclass is "(object_or_name, [bases, dict])", then we must not special-case it to pretend that "(object)" works.  I agree it's a bad idea to actually *do* that, but there are best-practice principles at stake here.
History
Date User Action Args
2014-01-19 23:47:22larrysetrecipients: + larry, brett.cannon, ncoghlan, yselivanov
2014-01-19 23:47:22larrysetmessageid: <1390175242.47.0.409553825673.issue20308@psf.upfronthosting.co.za>
2014-01-19 23:47:22larrylinkissue20308 messages
2014-01-19 23:47:22larrycreate