[issue23883] __all__ lists are incomplete

Martin Panter report at bugs.python.org
Wed Nov 4 22:53:37 EST 2015


Martin Panter added the comment:

Michael: According to Issue 18554, os.__all__ was fixed in 3.5. Can you confirm? It is working for me:

Python 3.5.0 (default, Sep 20 2015, 11:28:25) 
[GCC 5.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> "getcwd" in os.__all__
True

----------

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


More information about the Python-bugs-list mailing list