[issue14862] fdopen not listed in __all__ of os.py

Martin v. Löwis report at bugs.python.org
Mon May 21 17:45:13 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

Perhaps a little less contrived

from libc_wrapper import fdopen
from os import *

where libc_wrapper might be a module built on top of ctypes.

----------

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


More information about the Python-bugs-list mailing list