mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-25 04:16:44 +08:00
* subprocess.CalledProcessError output argument is optional. * subprocess.CalledProcessError takes stderr argument in python3. * subprocess: Fix type for command in call() and friends. The stubs didn't correctly support the fact that you can pass a string as well as a sequence of strings.