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

Meador Inge report at bugs.python.org
Sun May 20 19:38:28 CEST 2012


Meador Inge <meadori at gmail.com> added the comment:

I think this came in when we moved os.fdopen and os.popen from native C code to Python code in http://hg.python.org/cpython/rev/1f7891d84d93.  This works fine in 2.7.  The same issue exist with os.popen, but that is deprecated.

----------
nosy: +meador.inge
stage:  -> needs patch
versions:  -Python 2.7

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


More information about the Python-bugs-list mailing list