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 eric.snow
Recipients eric.snow, ncoghlan, vstinner
Date 2015-05-25.22:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432594315.84.0.147637283078.issue24254@psf.upfronthosting.co.za>
In-reply-to
Content
This is not about changing the default type for class dictionaries.  It is only for changing the default type used during class definition.  Essentially, we are just changing the type of what is returned from `type.__prepare__`.  cls.__dict__ will remain a dict.
History
Date User Action Args
2015-05-25 22:51:55eric.snowsetrecipients: + eric.snow, ncoghlan, vstinner
2015-05-25 22:51:55eric.snowsetmessageid: <1432594315.84.0.147637283078.issue24254@psf.upfronthosting.co.za>
2015-05-25 22:51:55eric.snowlinkissue24254 messages
2015-05-25 22:51:55eric.snowcreate