From: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) Date: Thu, 21 Jun 2018 07:52:43 +0000 (+0530) Subject: Clarified the tempfile.tempdir documentation (GH-7829) X-Git-Tag: v3.8.0a1~1516 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=940ae608566fd4446ff92a22705f646cde1d087c;p=thirdparty%2FPython%2Fcpython.git Clarified the tempfile.tempdir documentation (GH-7829) --- diff --git a/Doc/library/tempfile.rst b/Doc/library/tempfile.rst index 79914e15f444..20046ee0fb4e 100644 --- a/Doc/library/tempfile.rst +++ b/Doc/library/tempfile.rst @@ -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 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`.