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 martin.panter
Recipients barry, berker.peksag, eryksun, ethan.furman, jayvdb, leewz, martin.panter, r.david.murray, rhettinger
Date 2016-05-22.23:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463959853.58.0.880895157152.issue26632@psf.upfronthosting.co.za>
In-reply-to
Content
Here are two examples where publicly-documented module attributes are intentionally omitted from __all__:

* Issue 26234: typing.re and typing.io
* Issue 23439: HTTP status codes like http.client.NOT_FOUND

Despite these, I think @public is a reasonable name. But I may be biased, because I personally think everything should be included in __all__. Otherwise pydoc does not pick it up.
History
Date User Action Args
2016-05-22 23:30:53martin.pantersetrecipients: + martin.panter, barry, rhettinger, r.david.murray, ethan.furman, berker.peksag, eryksun, leewz, jayvdb
2016-05-22 23:30:53martin.pantersetmessageid: <1463959853.58.0.880895157152.issue26632@psf.upfronthosting.co.za>
2016-05-22 23:30:53martin.panterlinkissue26632 messages
2016-05-22 23:30:53martin.pantercreate