Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tempfile._candidate_tempdir_list should consider common TEMP locations #77729

Closed
zooba opened this issue May 16, 2018 · 2 comments
Closed

tempfile._candidate_tempdir_list should consider common TEMP locations #77729

zooba opened this issue May 16, 2018 · 2 comments
Assignees
Labels
3.8 only security fixes OS-windows type-feature A feature request or enhancement

Comments

@zooba
Copy link
Member

zooba commented May 16, 2018

BPO 33548
Nosy @pfmoore, @tjguk, @zware, @zooba
PRs
  • bpo-33522: Enable CI builds on Visual Studio Team Services #6865
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/zooba'
    closed_at = <Date 2018-05-17.16:55:41.924>
    created_at = <Date 2018-05-16.21:05:19.429>
    labels = ['type-feature', '3.8', 'OS-windows']
    title = 'tempfile._candidate_tempdir_list should consider common TEMP locations'
    updated_at = <Date 2018-05-17.16:55:41.922>
    user = 'https://github.com/zooba'

    bugs.python.org fields:

    activity = <Date 2018-05-17.16:55:41.922>
    actor = 'steve.dower'
    assignee = 'steve.dower'
    closed = True
    closed_date = <Date 2018-05-17.16:55:41.924>
    closer = 'steve.dower'
    components = ['Windows']
    creation = <Date 2018-05-16.21:05:19.429>
    creator = 'steve.dower'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33548
    keywords = []
    message_count = 2.0
    messages = ['316868', '316965']
    nosy_count = 4.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower']
    pr_nums = ['6865']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue33548'
    versions = ['Python 3.8']

    @zooba
    Copy link
    Member Author

    zooba commented May 16, 2018

    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.

    @zooba zooba added the 3.8 only security fixes label May 16, 2018
    @zooba zooba self-assigned this May 16, 2018
    @zooba zooba added OS-windows type-feature A feature request or enhancement labels May 16, 2018
    @zooba
    Copy link
    Member Author

    zooba commented May 17, 2018

    Merged as part of the VSTS PR (it was needed to fix some tests on the Windows build machine)

    @zooba zooba closed this as completed May 17, 2018
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes OS-windows type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant