New submission from Petri Lehtinen <pe...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14862>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to