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

Use new urllib.HTTPResponse API #425

Open
kwinkunks opened this issue Mar 29, 2023 · 0 comments
Open

Use new urllib.HTTPResponse API #425

kwinkunks opened this issue Mar 29, 2023 · 0 comments
Labels
good first issue Good for newcomers maintenance Not a bug now but could be one day

Comments

@kwinkunks
Copy link
Member

Getting a deprecation warning during testing:

HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0.
Instead use HTTPResponse.headers.get(name, default).
@kwinkunks kwinkunks added good first issue Good for newcomers maintenance Not a bug now but could be one day labels Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers maintenance Not a bug now but could be one day
Projects
None yet
Development

No branches or pull requests

1 participant