Message259195
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__? |
|
Date |
User |
Action |
Args |
2016-01-29 05:07:30 | gvanrossum | set | recipients:
+ gvanrossum, martin.panter |
2016-01-29 05:07:30 | gvanrossum | link | issue26234 messages |
2016-01-29 05:07:30 | gvanrossum | create | |
|