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 ncoghlan
Recipients cheryl.sabella, docs@python, ncoghlan, njs
Date 2017-12-10.00:41:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512866484.01.0.213398074469.issue27505@psf.upfronthosting.co.za>
In-reply-to
Content
This is still a valid docs issue, although PEP 562's module __getattr__ and __dir__ will provide a simpler alternative for most of the cases that previously required setting the __class__ attribute: https://www.python.org/dev/peps/pep-0562/

So I've added https://bugs.python.org/issue32225 as a dependency for this issue, as it will likely make sense to figure out a good docs structure for those changes first, and then see if there's any work left to do specifically for this issue: https://bugs.python.org/issue32225#msg307935

Issue #24991 is a fairly different topic - I've added an extra comment there that should help clarify the actual question/proposal.
History
Date User Action Args
2017-12-10 00:41:24ncoghlansetrecipients: + ncoghlan, njs, docs@python, cheryl.sabella
2017-12-10 00:41:24ncoghlansetmessageid: <1512866484.01.0.213398074469.issue27505@psf.upfronthosting.co.za>
2017-12-10 00:41:24ncoghlanlinkissue27505 messages
2017-12-10 00:41:23ncoghlancreate