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 <rep...@bugs.python.org> <http://bugs.python.org/issue26782> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com