brettcannon / caniusepython3

Can I Use Python 3?
Apache License 2.0
412 stars 64 forks source link

Overrides: subprocess32 is part of Python's standard library #186

Closed hugovk closed 6 years ago

hugovk commented 6 years ago

This is a backport of the subprocess standard library module from Python 3.2 - 3.5 for use on Python 2.

https://pypi.org/project/subprocess32/

brettcannon commented 6 years ago

Thanks!