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

Remove Python 2 related code from src/urllib3/connectionpool.py #2066

Merged
merged 1 commit into from Nov 17, 2020

Conversation

hramezani
Copy link
Member

follow-up of #2044

@codecov
Copy link

codecov bot commented Nov 16, 2020

Codecov Report

Merging #2066 (a7c768b) into master (de946a7) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #2066   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         2233      2228    -5     
=========================================
- Hits          2233      2228    -5     
Impacted Files Coverage Δ
src/urllib3/connectionpool.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de946a7...a7c768b. Read the comment docs.

@@ -414,18 +397,7 @@ def _make_request(

# Receive the response from the server
try:
try:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woo, this is super great and I've been waiting to remove this since day 1 🎉

@pquentin
Copy link
Member

Tests passed but we hit nedbat/coveragepy#1010 again on PyPy. Closing/reopening

Couldn't use data file '/home/travis/build/urllib3/urllib3/.coverage.travis-job-baf7673a-9ba9-46b7-be88-2e66473e48c2.5892.501915': Error binding parameter 0 - probably unsupported type.

@pquentin pquentin closed this Nov 17, 2020
@pquentin pquentin reopened this Nov 17, 2020
Copy link
Member

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, will merge once CI passes

@pquentin pquentin merged commit 4c65505 into urllib3:master Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants