Skip to content

Commit 885c6bc

Browse files
Update Windows temp directory locations in tempfile.rst
1 parent 5804991 commit 885c6bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/tempfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ The module defines the following user-callable items:
318318

319319
#. A platform-specific location:
320320

321-
* On Windows, the directories :file:`C:\\TEMP`, :file:`C:\\TMP`,
321+
* On Windows, the directories :file:`%USERPROFILE%\\AppData\\Local\\Temp`, :file:`%SYSTEMROOT%\\Temp`, :file:`C:\\TEMP`, :file:`C:\\TMP`,
322322
:file:`\\TEMP`, and :file:`\\TMP`, in that order.
323323

324324
* On all other platforms, the directories :file:`/tmp`, :file:`/var/tmp`, and

0 commit comments

Comments
 (0)