◐ Shell
clean mode source ↗

[3.9] bpo-41939: Fix test_site.test_license_exists_at_url() (GH-22559) by miss-islington · Pull Request #22567 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

Oct 5, 2020

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

Call urllib.request.urlcleanup() to reset the global
urllib.request._opener.
(cherry picked from commit 1fce240)

Co-authored-by: Victor Stinner vstinner@python.org

https://bugs.python.org/issue41939

Call urllib.request.urlcleanup() to reset the global
urllib.request._opener.
(cherry picked from commit 1fce240)

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

@miss-islington

Copy link Copy Markdown

Contributor Author

@vstinner and @ambv: Status check is done, and it's a success ✅ .

1 similar comment

@miss-islington

Copy link Copy Markdown

Contributor Author

@vstinner and @ambv: Status check is done, and it's a success ✅ .

@miss-islington

Copy link Copy Markdown

Contributor Author

@vstinner and @ambv: Status check is done, and it's a success ✅ .

1 similar comment

@miss-islington

Copy link Copy Markdown

Contributor Author

@vstinner and @ambv: Status check is done, and it's a success ✅ .

@ambv ambv merged commit 10b4136 into python:3.9

Oct 5, 2020

@bedevere-bot

Copy link Copy Markdown

@ambv: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington miss-islington deleted the backport-1fce240-3.9 branch

October 5, 2020 16:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

tests

Tests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @bedevere-bot @ambv @the-knights-who-say-ni @vstinner