Message 266117 - Python tracker (original) (raw)
Message266117
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:53 | martin.panter | set | recipients: + martin.panter, barry, rhettinger, r.david.murray, ethan.furman, berker.peksag, eryksun, leewz, jayvdb |
2016-05-22 23:30:53 | martin.panter | set | messageid: 1463959853.58.0.880895157152.issue26632@psf.upfronthosting.co.za |
2016-05-22 23:30:53 | martin.panter | link | issue26632 messages |
2016-05-22 23:30:53 | martin.panter | create |