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 gvanrossum, martin.panter
Date 2016-01-29.01:32:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454031166.16.0.408499158528.issue26234@psf.upfronthosting.co.za>
In-reply-to
Content
I would argue against changing this. They seem to be documented classes, so I guess this would break pydoc. It is a similar situation to os.open(), threading.enumerate(), etc. But I don’t have a strong opinion, and accept other people like keeping __all__ a minimal set of names and not reflecting the full API.
History
Date User Action Args
2016-01-29 01:32:46martin.pantersetrecipients: + martin.panter, gvanrossum
2016-01-29 01:32:46martin.pantersetmessageid: <1454031166.16.0.408499158528.issue26234@psf.upfronthosting.co.za>
2016-01-29 01:32:46martin.panterlinkissue26234 messages
2016-01-29 01:32:45martin.pantercreate