Skip to content

gh-151138: Update Windows temp directory locations in tempfile.rst#151210

Open
anthonycabreralara wants to merge 1 commit into
python:mainfrom
anthonycabreralara:fix-issue-151138
Open

gh-151138: Update Windows temp directory locations in tempfile.rst#151210
anthonycabreralara wants to merge 1 commit into
python:mainfrom
anthonycabreralara:fix-issue-151138

Conversation

@anthonycabreralara

Copy link
Copy Markdown

gh-151138: Add %USERPROFILE%\AppData\Local\Temp and %SYSTEMROOT%\Temp to the Windows temp directory locations documented in tempfile.rst.

@python-cla-bot

python-cla-bot Bot commented Jun 9, 2026

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

CLA signed

@read-the-docs-community

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #33065191 | 📁 Comparing 885c6bc against main (5804991)

  🔍 Preview build  

1 file changed
± library/tempfile.html

Comment thread Doc/library/tempfile.rst
#. 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

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants