mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-16 04:26:26 +08:00
ea734c69d0
* 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.