bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
Anthony Shaw 2021-08-10 08:35:51 +10:00 committed by GitHub
parent 058fb35b57
commit c5c5326d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 45 additions and 0 deletions

View file

@ -344,6 +344,7 @@ Here are some examples of typical usage of the :mod:`tempfile` module::
>>>
# directory and contents have been removed
.. _tempfile-mktemp-deprecated:
Deprecated functions and variables
----------------------------------