diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-10 07:51:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 07:51:06 (GMT) |
commit | d657da8155cc9611b901ea052f3eac28f99122b4 (patch) | |
tree | f96de580911d08c7a545bb0246d09abb55fd0106 /Misc | |
parent | a3185da26f8c818907c297d92c533deaa96f40fd (diff) | |
download | cpython-d657da8155cc9611b901ea052f3eac28f99122b4.zip cpython-d657da8155cc9611b901ea052f3eac28f99122b4.tar.gz cpython-d657da8155cc9611b901ea052f3eac28f99122b4.tar.bz2 |
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
(cherry picked from commit c5c5326d4799fe4ae566aff32ed3461af95859cc)
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
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. |