mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
More \exception fixes.
This commit is contained in:
parent
da37604ee3
commit
db815abc70
18 changed files with 71 additions and 67 deletions
|
@ -135,8 +135,8 @@ The arguments are the same as for the Popen constructor. Example:
|
|||
|
||||
\begin{funcdesc}{check_call}{*popenargs, **kwargs}
|
||||
Run command with arguments. Wait for command to complete. If the exit
|
||||
code was zero then return, otherwise raise CalledProcessError. The
|
||||
CalledProcessError object will have the return code in the
|
||||
code was zero then return, otherwise raise \exception{CalledProcessError.}
|
||||
The \exception{CalledProcessError} object will have the return code in the
|
||||
\member{errno} attribute.
|
||||
|
||||
The arguments are the same as for the Popen constructor. Example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue