Changes between Initial Version and Version 1 of Ticket #27086, comment 7
- Timestamp:
- Aug 19, 2016, 2:47:38 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27086, comment 7
initial v1 1 I was able to get things working by causing Mac OS X's auto-detection of proxy information to be skipped . This possibility is mentioned [https://docs.python.org/3/library/urllib.request.html#urllib.request.ProxyHandler here] in CPython's `urllib.request.ProxyHandler` documentation.1 I was able to get things working by causing Mac OS X's auto-detection of proxy information to be skipped (so that `_scproxy._get_proxies()` is not called). This possibility is mentioned [https://docs.python.org/3/library/urllib.request.html#urllib.request.ProxyHandler here] in CPython's `urllib.request.ProxyHandler` documentation. 2 2 3 3 More detailed instructions appear in `urllib.request`'s module docstring.