New submission from Ronald Oussoren:

On Unix the __all__ of the os module doesn't list the names imported from the 
posix module. 

The attached patch ensures that exports from the posix module are added to 
__all__, just like they are for NT and for Python 2.7.

----------
components: Library (Lib)
files: incomplete-os-all.txt
keywords: needs review, patch
messages: 193696
nosy: ronaldoussoren
priority: normal
severity: normal
stage: patch review
status: open
title: os.__all__ is incomplete
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file31033/incomplete-os-all.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18554>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to