[issue25338] urllib bypasses all hosts if proxyoverride includes an empty element

2015-10-14 Thread Jung-chih Wei
Jung-chih Wei added the comment: I believe IE ignores the empty element because I must access the internet through proxy. And please refer to http://mxr.mozilla.org/mozilla-central/source/toolkit/system/windowsproxy/nsWindowsSystemProxySettings.cpp#177, Firefox also ignores the empty element.

[issue25338] urllib bypasses all hosts if proxyoverride includes an empty element

2015-10-08 Thread R. David Murray
R. David Murray added the comment: How does IE itself behave in this case? Also, we should have a test to go along with the fix. -- nosy: +r.david.murray stage: -> test needed title: urllib fail to check host whether it should be bypassed -> urllib bypasses all hosts if proxyoverride