Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/tempfile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ The module defines the following user-callable items:

#. A platform-specific location:

* On Windows, the directories :file:`C:\\TEMP`, :file:`C:\\TMP`,
* On Windows, the directories :file:`%USERPROFILE%\\AppData\\Local\\Temp`, :file:`%SYSTEMROOT%\\Temp`, :file:`C:\\TEMP`, :file:`C:\\TMP`,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line is nearly 131 chars, we should try to limit that to 80 if we can for readability in docs

:)

:file:`\\TEMP`, and :file:`\\TMP`, in that order.

* On all other platforms, the directories :file:`/tmp`, :file:`/var/tmp`, and
Expand Down
Loading