[issue27112] tokenize.__all__ list is incomplete

Serhiy Storchaka report at bugs.python.org
Wed May 25 02:44:08 EDT 2016


Serhiy Storchaka added the comment:

* White list consists mostly from token.__all__.
* All names in black list are implementation details. Names in white list are stable and already repeated in docs.
* test.support.check__all__ shouldn't be used in this case. See other tests for public API that doesn't use it.

----------

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


More information about the Python-bugs-list mailing list