[docs] [issue26829] update docs: when creating classes a new dict is created for the final class object

Emily Morehouse report at bugs.python.org
Thu Jun 2 18:11:39 EDT 2016


Emily Morehouse added the comment:

Second version of patch for this -- more clearly states the process and outcome for class creation. Also adds to https://docs.python.org/3.6/library/functions.html#type to clarify that the dictionary object is copied to a standard dict.

----------
Added file: http://bugs.python.org/file43122/26829-v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26829>
_______________________________________


More information about the docs mailing list