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 rhettinger
Recipients rhettinger
Date 2013-10-27.21:04:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382907896.33.0.659909240184.issue19419@psf.upfronthosting.co.za>
In-reply-to
Content
Minor clean-up to the collections ABCs.  Use the Django style that inherits the metaclass rather than specifying the metaclass directly.

The rationale is that it makes the ABCs cleaner looking and less intimidating.
History
Date User Action Args
2013-10-27 21:04:56rhettingersetrecipients: + rhettinger
2013-10-27 21:04:56rhettingersetmessageid: <1382907896.33.0.659909240184.issue19419@psf.upfronthosting.co.za>
2013-10-27 21:04:56rhettingerlinkissue19419 messages
2013-10-27 21:04:56rhettingercreate