]> granicus.if.org Git - python/commit
bpo-8110: Refactor platform detection in subprocess (GH-9053)
authorZachary Ware <zachary.ware@gmail.com>
Mon, 10 Sep 2018 23:16:08 +0000 (16:16 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Sep 2018 23:16:08 +0000 (16:16 -0700)
commit880d42a3b247306f67837aa95e23f7c3471a30a3
treeb7f3aca130e34cbd934b5b448feeaec9800fd5c2
parent28ea4c284724283265e95d1d1716c9f1dfc2d741
bpo-8110: Refactor platform detection in subprocess (GH-9053)

Check for functionality via imports rather than checking sys.platform
specifically for Windows
Lib/subprocess.py
Misc/NEWS.d/next/Library/2018-09-03-23-54-35.bpo-8110.FExWI_.rst [new file with mode: 0644]