S also docs

This commit is contained in:
Adriaan de Groot 2021-11-05 16:32:40 +01:00
parent 5e6d292235
commit b9691c339e

View File

@ -442,6 +442,9 @@ all be considered deprecated by the callback-enabled functions, above.
- `check_target_env_call(command, stdin, timeout)` raises on a non-zero exit code.
- `check_target_env_output(command, stdin, timeout)` returns a single string with the output of *command*, raises on a non-zero exit code.
All of the API functions for running commands set the environment
LC_ALL and LANG to "C" for the called command.
## PythonQt modules (deprecated)