Changes between Initial Version and Version 1 of Ticket #27086, comment 7


Ignore:
Timestamp:
Aug 19, 2016, 2:47:38 AM (8 years ago)
Author:
Chris Jerdonek

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.
     1I 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.
    22
    33More detailed instructions appear in `urllib.request`'s module docstring.
Back to Top