Commit 9015eb4f authored by Martin Panter's avatar Martin Panter

Issue #26782: Merge test_subprocess from 3.5

parents a4ed2dae 06172e7b
......@@ -2540,7 +2540,8 @@ class MiscTests(unittest.TestCase):
def test__all__(self):
"""Ensure that __all__ is populated properly."""
intentionally_excluded = set(("list2cmdline",))
# STARTUPINFO added to __all__ in 3.6
intentionally_excluded = {"list2cmdline", "STARTUPINFO", "Handle"}
exported = set(subprocess.__all__)
possible_exports = set()
import types
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment