[issue26782] subprocess.__all__ incomplete on Windows

2016-04-16 Thread Martin Panter
Changes by Martin Panter : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue26782] subprocess.__all__ incomplete on Windows

2016-04-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 386712b16c74 by Martin Panter in branch '3.5': Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 https://hg.python.org/cpython/rev/386712b16c74 New changeset 728370e7a29d by Martin Panter in branch 'default': Issue #26782: Merge test

[issue26782] subprocess.__all__ incomplete on Windows

2016-04-16 Thread Martin Panter
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-exc