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 gvanrossum
Recipients gvanrossum, martin.panter
Date 2016-01-29.05:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJKP4t572698DN6Mb3R_JpYnBV=TrZPoEfw4Udnpfnrucw@mail.gmail.com>
In-reply-to <1454041298.45.0.0135417713955.issue26234@psf.upfronthosting.co.za>
Content
I'm no expert on pydoc, but I don't think it should be a reason to
keep these two names in __all__; __all__ is there primarily to guide
"import *" and it's clear that "from typing import *" overwriting a
previously-imported re or io module is a bad idea.

But maybe pydoc just needs to learn to look for another variable in
addition to __all__? Maybe __alldoc__?
History
Date User Action Args
2016-01-29 05:07:30gvanrossumsetrecipients: + gvanrossum, martin.panter
2016-01-29 05:07:30gvanrossumlinkissue26234 messages
2016-01-29 05:07:30gvanrossumcreate