mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Add a SubprocessError base class for exceptions in the subprocess module.
This commit is contained in:
parent
1c711f0ef9
commit
54d412edcc
2 changed files with 14 additions and 4 deletions
|
@ -387,6 +387,11 @@ All of the functions and methods that accept a *timeout* parameter, such as
|
|||
:func:`call` and :meth:`Popen.communicate` will raise :exc:`TimeoutExpired` if
|
||||
the timeout expires before the process exits.
|
||||
|
||||
Exceptions defined in this module all inherit from :ext:`SubprocessError`.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
The :exc:`SubprocessError` base class was added.
|
||||
|
||||
|
||||
Security
|
||||
^^^^^^^^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue