Issue 26782: subprocess.all incomplete on Windows (original) (raw)
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.