[New-bugs-announce] [issue26782] subprocess.__all__ incomplete on Windows

Martin Panter report at bugs.python.org
Sat Apr 16 10:23:28 EDT 2016


New submission from Martin Panter:

After enabling test__all__() in test_subprocess on Windows (see Issue 10838), I find that STARTUPINFO is missing from __all__, and there is a class Handle that is ambiguous. Handle doesn’t seem to be documented, so I propose to add it to the intentionally-excluded list.

In Python 3.5 I will fix the test to exclude STARTUPINFO from __all__.

----------
components: Windows
files: subprocess-all.patch
keywords: patch
messages: 263557
nosy: martin.panter, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: subprocess.__all__ incomplete on Windows
versions: Python 3.6
Added file: http://bugs.python.org/file42491/subprocess-all.patch

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


More information about the New-bugs-announce mailing list