Unify subprocess.check_output for Py2/3.
This adds the *timeout* and *input* arguments for Py2. This required a small doctest renormalizer to handle the byte string difference.
Showing
Please register or sign in to comment
This adds the *timeout* and *input* arguments for Py2. This required a small doctest renormalizer to handle the byte string difference.