[New-bugs-announce] [issue14862] fdopen not listed in__all__ of os.py

Petri Lehtinen report at bugs.python.org
Sun May 20 12:20:32 CEST 2012


New submission from Petri Lehtinen <petri at digip.org>:

>>> from os import *
>>> fdopen
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'fdopen' is not defined

----------
components: Library (Lib)
keywords: easy
messages: 161196
nosy: petri.lehtinen
priority: normal
severity: normal
status: open
title: fdopen not listed in__all__ of os.py
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list