Add link to std/tempfiles in the docs; fix #19155 (#19807)

This commit is contained in:
flywind
2022-05-24 23:53:01 +08:00
committed by GitHub
parent ec0cec3170
commit d81edcacc6

View File

@@ -251,6 +251,10 @@ Generic Operating System Services
This module contains a few procedures to control the *terminal*
(also called *console*). The implementation simply uses ANSI escape
sequences and does not depend on any other module.
* `tempfiles <tempfiles.html>`_
This module provides some utils to generate temporary path names and
create temporary files and directories.
Math libraries