diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-07-14 06:55:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 06:55:49 (GMT) |
commit | 490295d651d04ec3b3eff2a2cda7501191bad78a (patch) | |
tree | e03fd7df2983bc6a97620c49ea3bbadf50e2aa7a /Misc | |
parent | 025995feadaeebeef5d808f2564f0fd65b704ea5 (diff) | |
download | cpython-490295d651d04ec3b3eff2a2cda7501191bad78a.zip cpython-490295d651d04ec3b3eff2a2cda7501191bad78a.tar.gz cpython-490295d651d04ec3b3eff2a2cda7501191bad78a.tar.bz2 |
gh-105626: Change the default return value of `HTTPConnection.get_proxy_response_headers` (#105628)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-06-10-12-20-17.gh-issue-105626.XyZein.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-06-10-12-20-17.gh-issue-105626.XyZein.rst b/Misc/NEWS.d/next/Library/2023-06-10-12-20-17.gh-issue-105626.XyZein.rst new file mode 100644 index 0000000..2a48361 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-06-10-12-20-17.gh-issue-105626.XyZein.rst @@ -0,0 +1,3 @@ +Change the default return value of +:meth:`http.client.HTTPConnection.get_proxy_response_headers` to be ``None`` +and not ``{}``. |