mirror of
https://github.com/python/cpython.git
synced 2026-04-23 12:21:01 +00:00
Clarified the tempfile.tempdir documentation (GH-7829) (GH-7841)
(cherry picked from commit 940ae60856)
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
This commit is contained in:
parent
e1f0dceb26
commit
fee52e34ce
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ to specify the directory and this is the recommended approach.
|
|||
default value for the *dir* argument to the functions defined in this
|
||||
module.
|
||||
|
||||
If ``tempdir`` is unset or ``None`` at any call to any of the above
|
||||
If ``tempdir`` is ``None`` (the default) at any call to any of the above
|
||||
functions except :func:`gettempprefix` it is initialized following the
|
||||
algorithm described in :func:`gettempdir`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue