[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 15:20:18 EDT 2016


Emily Morehouse added the comment:

Super straight-forward -- this simply adds to the docs on creating the class object that the values used in creation are copied to the final object (including the namespace).

----------
keywords: +patch
nosy: +emilyemorehouse
Added file: http://bugs.python.org/file43112/26829.patch

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


More information about the docs mailing list