[issue27505] Missing documentation for setting module __class__ attribute

Nick Coghlan report at bugs.python.org
Thu Jan 25 00:39:01 EST 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

I think the only thing missing for the 3.7 docs now would be a pair of "versionchanged" notes indicating that __class__ has been settable since 3.5, while module level __dir__ and __getattr__ support is new in 3.7.

It would also be desirable to add the __class__ docs to the 3.6 maintenance branch.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27505>
_______________________________________


More information about the Python-bugs-list mailing list