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 r.david.murray
Recipients docs@python, emilyemorehouse, ethan.furman, r.david.murray
Date 2016-06-02.23:29:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464910178.82.0.918920241365.issue26829@psf.upfronthosting.co.za>
In-reply-to
Content
I can't get the rietveld review tool to work from this network, so I'll do this in a comment.  This looks pretty good to me, but in the following:

  +It is important to note that during the creation of the class, a copy of the
  +namespace object is used in the final class object and the original namespace
  +object is discarded. More explicitly, this means that when ``type.__new__`` is
  +called, the object provided as the namespace parameter has its contents copied
  +to a standard Python dictionary.

I think it is more in keeping with the style of the rest of the doc to boil this down as much as possible.  We can drop the "It is important to note that", and just state the issue once, using the "more explicit" version.  I think borrowing your revised language from the type docs would work well here, by adding "which becomes the __dict__ of the class object" to the end of that sentence.
History
Date User Action Args
2016-06-02 23:29:38r.david.murraysetrecipients: + r.david.murray, docs@python, ethan.furman, emilyemorehouse
2016-06-02 23:29:38r.david.murraysetmessageid: <1464910178.82.0.918920241365.issue26829@psf.upfronthosting.co.za>
2016-06-02 23:29:38r.david.murraylinkissue26829 messages
2016-06-02 23:29:38r.david.murraycreate