mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-12 01:48:45 +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.