[issue23883] __all__ lists are incomplete

Jacek Kołodziej report at bugs.python.org
Tue May 24 17:01:46 EDT 2016


Jacek Kołodziej added the comment:

Per Martin's request, I've created a few new issues for next batch of module's __all__ list updates:
* cgi: #27105
* configparser: #27106
* mailbox: #27107
* mimetypes: #27108
* plistlib: #27109
* smtpd: #27110
* tokenize: #27112

I've also looked at pydoc module, but I'm not sure what to do with it: `doc` function has only a brief docstring, it's not mentioned in docs at all. Should it really be in pydoc.__all__?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23883>
_______________________________________


More information about the Python-bugs-list mailing list