diff options
author | Anthony Shaw <anthony.p.shaw@gmail.com> | 2021-08-09 22:35:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 22:35:51 (GMT) |
commit | c5c5326d4799fe4ae566aff32ed3461af95859cc (patch) | |
tree | 0934aba73b94993d6cbefa5ad02ece7afce8b52b /Doc/library/subprocess.rst | |
parent | 058fb35b57ca8c5063d16ec818e668b3babfea65 (diff) | |
download | cpython-c5c5326d4799fe4ae566aff32ed3461af95859cc.zip cpython-c5c5326d4799fe4ae566aff32ed3461af95859cc.tar.gz cpython-c5c5326d4799fe4ae566aff32ed3461af95859cc.tar.bz2 |
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Doc/library/subprocess.rst')
-rw-r--r-- | Doc/library/subprocess.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index a950474..af54633 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -710,6 +710,7 @@ Exceptions defined in this module all inherit from :exc:`SubprocessError`. .. versionadded:: 3.3 The :exc:`SubprocessError` base class was added. +.. _subprocess-security: Security Considerations ----------------------- |