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

[3.8] bpo-39413: os.unsetenv() is not available on Windows #18108

Merged
merged 1 commit into from Jan 22, 2020

Conversation

@vstinner
Copy link
Member

vstinner commented Jan 21, 2020

Update os.unsetenv() documentation: it is not available on Windows.

https://bugs.python.org/issue39413

Update os.unsetenv() documentation: it is not available on Windows.
@vstinner vstinner added the skip news label Jan 21, 2020
@vstinner vstinner changed the title bpo-39413: os.unsetenv() is not available on Windows [3.8] bpo-39413: os.unsetenv() is not available on Windows Jan 21, 2020
@vstinner vstinner merged commit f84f65b into python:3.8 Jan 22, 2020
6 checks passed
6 checks passed
Docs
Details
Azure Pipelines PR #20200121.35 succeeded
Details
bedevere/issue-number Issue number 39413 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news "skip news" label found
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@vstinner vstinner deleted the vstinner:unsetenv_win38 branch Jan 22, 2020
@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Jan 22, 2020

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒🤖

miss-islington added a commit to miss-islington/cpython that referenced this pull request Jan 22, 2020
Update os.unsetenv() documentation: it is not available on Windows.
(cherry picked from commit f84f65b)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Jan 22, 2020

GH-18114 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Jan 22, 2020
Update os.unsetenv() documentation: it is not available on Windows.
(cherry picked from commit f84f65b)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.