[New-bugs-announce] [issue18554] os.__all__ is incomplete

Ronald Oussoren report at bugs.python.org
Thu Jul 25 15:44:58 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18554>
_______________________________________


More information about the New-bugs-announce mailing list