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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-01-30-05-18-48.bpo-39498.Nu3sFL.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-01-30-05-18-48.bpo-39498.Nu3sFL.rst b/Misc/NEWS.d/next/Documentation/2020-01-30-05-18-48.bpo-39498.Nu3sFL.rst new file mode 100644 index 0000000..a3e899a --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-01-30-05-18-48.bpo-39498.Nu3sFL.rst @@ -0,0 +1 @@ +Add a "Security Considerations" index which links to standard library modules that have explicitly documented security considerations. |