This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients martin.panter, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-04-16.14:23:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460816608.8.0.0902250991116.issue26782@psf.upfronthosting.co.za>
In-reply-to
Content
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__.
History
Date User Action Args
2016-04-16 14:23:28martin.pantersetrecipients: + martin.panter, paul.moore, tim.golden, zach.ware, steve.dower
2016-04-16 14:23:28martin.pantersetmessageid: <1460816608.8.0.0902250991116.issue26782@psf.upfronthosting.co.za>
2016-04-16 14:23:28martin.panterlinkissue26782 messages
2016-04-16 14:23:28martin.pantercreate