diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-07-14 07:21:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 07:21:02 (GMT) |
commit | e68b2806717997db4fae338f906bd8d60ae9381f (patch) | |
tree | c44cb5ee5a7cfd3e35939e803d7ed56a98e9fb49 /Misc | |
parent | 6a1a6601582ea893a81fd613f6432c85fc14f460 (diff) | |
download | cpython-e68b2806717997db4fae338f906bd8d60ae9381f.zip cpython-e68b2806717997db4fae338f906bd8d60ae9381f.tar.gz cpython-e68b2806717997db4fae338f906bd8d60ae9381f.tar.bz2 |
[3.12] gh-105626: Change the default return value of `HTTPConnection.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 490295d651d04ec3b3eff2a2cda7501191bad78a)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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 ``{}``. |