[New-bugs-announce] [issue33548] tempfile._candidate_tempdir_list should consider common TEMP locations

Steve Dower report at bugs.python.org
Wed May 16 17:05:19 EDT 2018


New submission from Steve Dower <steve.dower at python.org>:

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.

----------
assignee: steve.dower
components: Windows
messages: 316868
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
pull_requests: 6590
severity: normal
stage: patch review
status: open
title: tempfile._candidate_tempdir_list should consider common TEMP locations
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33548>
_______________________________________


More information about the New-bugs-announce mailing list