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

Change the default return value of HTTPConnection.get_proxy_response_headers from {} to None #105626

Closed
sobolevn opened this issue Jun 10, 2023 · 2 comments
Assignees
Labels
3.12 bugs and security fixes 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@sobolevn
Copy link
Member

sobolevn commented Jun 10, 2023

@sobolevn sobolevn added type-bug An unexpected behavior, bug, or error stdlib Python modules in the Lib dir labels Jun 10, 2023
@sobolevn sobolevn self-assigned this Jun 10, 2023
@sobolevn sobolevn added 3.12 bugs and security fixes 3.13 new features, bugs and security fixes labels Jun 10, 2023
sobolevn added a commit to sobolevn/cpython that referenced this issue Jun 10, 2023
@sunmy2019
Copy link
Member

Indeed, None better represents what we have here.

gpshead pushed a commit that referenced this issue Jul 14, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 14, 2023
…et_proxy_response_headers` (pythonGH-105628)

(cherry picked from commit 490295d)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
gpshead pushed a commit that referenced this issue Jul 14, 2023
…get_proxy_response_headers` (GH-105628) (#106738)

gh-105626: Change the default return value of `HTTPConnection.get_proxy_response_headers` (GH-105628)
(cherry picked from commit 490295d)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
kgdiem pushed a commit to kgdiem/cpython that referenced this issue Jul 14, 2023
@hauntsaninja
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants