Message51816
| 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:26 | admin | link | issue1648102 messages |
| 2007年08月23日 15:56:26 | admin | create |
|