This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients
Date 2007-08-19.07:34:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
From the documentation:

pwszProxyBypass
    [in] A pointer to a string variable that contains an optional list of host names or IP addresses, or both, that should not be routed through the proxy when dwAccessType is set to WINHTTP_ACCESS_TYPE_NAMED_PROXY. The list can contain wildcard characters. Do not use an empty string, because the WinHttpOpen function uses it as the proxy bypass list. If this parameter specifies the "<local>" macro as the only entry, this function bypasses any host name that does not contain a period. If dwAccessType is not set to WINHTTP_ACCESS_TYPE_NAMED_PROXY, this parameter must be set to WINHTTP_NO_PROXY_BYPASS.

Yes,valid patch for urllib.py.
History
Date User Action Args
2007-08-23 15:56:26adminlinkissue1648102 messages
2007-08-23 15:56:26admincreate