New submission from Ethan Furman: 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. ---------- assignee: docs@python components: Documentation messages: 264016 nosy: docs@python, ethan.furman priority: normal severity: normal status: open title: update docs: when creating classes a new dict is created for the final class object versions: Python 3.4, Python 3.5, Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26829> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com