Skip to content

Implement os.unsetenv() on Windows #83594

Description

@vstinner
BPO 39413
Nosy @pfmoore, @vstinner, @tjguk, @zware, @eryksun, @zooba, @miss-islington
PRs
  • bpo-39413: Implement os.unsetenv() on Windows #18104
  • bpo-39413: Use _wputenv(), not SetEnvironmentVariableW() #18107
  • [3.8] bpo-39413: os.unsetenv() is not available on Windows #18108
  • [3.7] bpo-39413: os.unsetenv() is not available on Windows (GH-18108) #18114
  • [WIP] bpo-39413: os.unsetenv() uses _wputenv() on Windows #18115
  • Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" #18124
  • bpo-39413: Implement os.unsetenv() on Windows #18163
  • 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 = None
    closed_at = <Date 2020-01-28.02:08:26.530>
    created_at = <Date 2020-01-21.14:39:20.002>
    labels = ['library', '3.9', 'OS-windows']
    title = 'Implement os.unsetenv() on Windows'
    updated_at = <Date 2020-01-28.02:08:26.529>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2020-01-28.02:08:26.529>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-01-28.02:08:26.530>
    closer = 'vstinner'
    components = ['Library (Lib)', 'Windows']
    creation = <Date 2020-01-21.14:39:20.002>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39413
    keywords = ['patch']
    message_count = 10.0
    messages = ['360402', '360403', '360404', '360418', '360420', '360423', '360462', '360463', '360503', '360609']
    nosy_count = 7.0
    nosy_names = ['paul.moore', 'vstinner', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'miss-islington']
    pr_nums = ['18104', '18107', '18108', '18114', '18115', '18124', '18163']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue39413'
    versions = ['Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.9 (EOL)end of lifeOS-windowsstdlibStandard Library Python modules in the Lib/ directory

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions