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 ethan.furman
Recipients docs@python, ethan.furman
Date 2016-04-22.14:03:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461333834.83.0.0321229546915.issue26829@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3/reference/datamodel.html#creating-the-class-object

This section should mention that the final class is created with a new dict(), and all key/value pairs from the dict used during creation are copied over.
History
Date User Action Args
2016-04-22 14:03:54ethan.furmansetrecipients: + ethan.furman, docs@python
2016-04-22 14:03:54ethan.furmansetmessageid: <1461333834.83.0.0321229546915.issue26829@psf.upfronthosting.co.za>
2016-04-22 14:03:54ethan.furmanlinkissue26829 messages
2016-04-22 14:03:54ethan.furmancreate