[issue18554] os.__all__ is incomplete

Martin Panter report at bugs.python.org
Tue Aug 19 03:06:51 CEST 2014


Martin Panter added the comment:

I ran into this today, trying to do “help(os)”. The workaround was to do “import posix; help(posix)”.

----------
nosy: +vadmium

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


More information about the Python-bugs-list mailing list