forked from urllib3/urllib3
-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Release 2.12.909 #204
Merged
Merged
Release 2.12.909 #204
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Those methods were planned to be removed in 2.1 (they still have a pending deprecation that mention 2.1 target in the 2.3 version). As such we immediately restore the methods. Fix #203
…bout get_event_loop_policy (scheduled to be removed in 3.16+)
Ousret
force-pushed
the
fix-compat-getheaders
branch
from
January 20, 2025 12:19
e1c2bc1
to
0844baf
Compare
Ousret
force-pushed
the
fix-compat-getheaders
branch
from
January 20, 2025 16:06
78fa125
to
b09bb8d
Compare
Ousret
force-pushed
the
fix-compat-getheaders
branch
from
January 21, 2025 07:39
b09bb8d
to
f9df70c
Compare
Ousret
force-pushed
the
fix-compat-getheaders
branch
from
January 21, 2025 09:35
bd2d192
to
992213d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2.12.909 (2024-01-20)
HTTPResponse.getheader
orHTTPResponse.getheaders
. Those methods were planned to be removed in 2.1 (they still have a pending deprecationthat mention 2.1 target in the 2.3 version). As such we immediately restore the methods. (Incompatibility with python-swiftclient #203)
HTTPResponse.read1
heavily simplified as we do already supportHTTPResponse.read(-1)
.Also mirrored in
AsyncHTTPResponse.read1
.qh3
for X86 based processors (e.g. win32).request without the required http header. Instead of
RuntimeError
, now raisesProtocolError
.