https://github.com/python/cpython/commit/bc596bd74b61234565c08935ef73ea8774fb0086
commit: bc596bd74b61234565c08935ef73ea8774fb0086
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-08-24T07:23:09Z
summary:

[3.14] gh-151138: Update Windows temp directory locations in tempfile.rst 
(GH-151210) (#156307)

gh-151138: Update Windows temp directory locations in tempfile.rst (GH-151210)
(cherry picked from commit 9cbd578e38a5ef59f9462b61d1e03338b208cba6)

Co-authored-by: Anthony Cabrera-Lara <[email protected]>

files:
M Doc/library/tempfile.rst

diff --git a/Doc/library/tempfile.rst b/Doc/library/tempfile.rst
index bd8df44618ad799..790c9e1e36dde4f 100644
--- a/Doc/library/tempfile.rst
+++ b/Doc/library/tempfile.rst
@@ -321,8 +321,11 @@ The module defines the following user-callable items:
 
    #. A platform-specific location:
 
-      * On Windows, the directories :file:`C:\\TEMP`, :file:`C:\\TMP`,
-        :file:`\\TEMP`, and :file:`\\TMP`, in that order.
+      * On Windows, the directories
+        :file:`%USERPROFILE%\\AppData\\Local\\Temp`,
+        :file:`%SYSTEMROOT%\\Temp`, :file:`C:\\TEMP`,
+        :file:`C:\\TMP`, :file:`\\TEMP`, and
+        :file:`\\TMP`, in that order.
 
       * On all other platforms, the directories :file:`/tmp`, 
:file:`/var/tmp`, and
         :file:`/usr/tmp`, in that order.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to