This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: tempfile._candidate_tempdir_list should consider common TEMP locations
Type: enhancement Stage: resolved
Components: Windows Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2018-05-16 21:05 by steve.dower, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6865 steve.dower, 2018-05-16 21:05
Messages (2)
msg316868 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2018-05-16 21:05
In Lib/tempfile.py, we currently look at some non-standard Windows-specific locations to find potential TEMP directories, but we should also look in the more common user and system ones.
msg316965 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2018-05-17 16:55
Merged as part of the VSTS PR (it was needed to fix some tests on the Windows build machine)
History
Date User Action Args
2022-04-11 14:59:00adminsetgithub: 77729
2018-05-17 16:55:41steve.dowersetstatus: open -> closed
resolution: fixed
messages: + msg316965

stage: patch review -> resolved
2018-05-16 21:05:19steve.dowercreate