-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
gh-132671: Do not match host+port with proxy bypass macOS rules, match host only. #132672
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
base: main
Are you sure you want to change the base?
Conversation
nikola-sh
commented
Apr 18, 2025
•
edited
Loading
edited
- Issue: urllib doesn't respect macOS bypass proxy rules if URL contains port #132671
…if URL contains port Do not match host+port with proxy bypass rules, match host only. Issue python#132671
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a test and sign the CLA.
@@ -0,0 +1 @@ | |||
Fix issue where system proxy bypass configuration doesn't work with URL with port part. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- We need some context about what module/function is actually being fixed.
- "system proxy bypass configuration doesn't work" is a bit wordy.
Fix issue where system proxy bypass configuration doesn't work with URL with port part. | |
Fix proxy bypass on URLs with a port in :mod:`urllib.request`. |