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

proxy: urllib getproxies works with OS specific sources (like Windows registry) #177

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

temoto
Copy link
Member

@temoto temoto commented Sep 8, 2020

Natan Rajchenberg approached me via email with this patch. Using urllib getproxies handles OS specific sources other than environment variables.

LGTM, but have to check for compatibility.

@temoto
Copy link
Member Author

temoto commented Sep 8, 2020

Public test is much appreciated.

pip install https://github.com/httplib2/httplib2/archive/urllib-proxy.zip

@temoto temoto marked this pull request as ready for review September 8, 2020 21:42
@codecov
Copy link

codecov bot commented Sep 8, 2020

Codecov Report

Merging #177 into master will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
- Coverage   76.16%   76.14%   -0.02%     
==========================================
  Files           8        8              
  Lines        2618     2616       -2     
==========================================
- Hits         1994     1992       -2     
  Misses        624      624              
Impacted Files Coverage Δ
python2/httplib2/__init__.py 83.57% <100.00%> (-0.02%) ⬇️
python3/httplib2/__init__.py 84.47% <100.00%> (-0.02%) ⬇️

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 595e248...9835dc7. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants