mirror of https://github.com/python/cpython.git
Clarified the tempfile.tempdir documentation (GH-7829)
This commit is contained in:
parent
33c7420e7d
commit
940ae60856
|
@ -262,7 +262,7 @@ to specify the directory and this is the recommended approach.
|
||||||
default value for the *dir* argument to the functions defined in this
|
default value for the *dir* argument to the functions defined in this
|
||||||
module.
|
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
|
functions except :func:`gettempprefix` it is initialized following the
|
||||||
algorithm described in :func:`gettempdir`.
|
algorithm described in :func:`gettempdir`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue