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 belopolsky, db3l, mark.dickinson, ned.deily, orsenthil, ronaldoussoren, vstinner
Date 2010-06-22.04:23:09
SpamBayes Score 0.029606588
Marked as misclassified No
Message-id <1277180592.95.0.106931161873.issue8455@psf.upfronthosting.co.za>
In-reply-to
Content
Replacing 'http://localhost' with 'http://127.0.0.1' for this test is fine. 

But, urllib.proxy_bypass returning for True for any string, is not correct. In the code, I see that Proxy Settings from Mac OSX system configuration is obtained by calling _get_proxy_settings().
proxy_settings = _get_proxy_settings()

The is the check to to see if proxy_settings['exclude_simple'] is set.
It seems that, it is set under conditions, which either might be a wrong behavior, or we should not rely on this property.
History
Date User Action Args
2010-06-22 04:23:13orsenthilsetrecipients: + orsenthil, db3l, ronaldoussoren, mark.dickinson, belopolsky, vstinner, ned.deily
2010-06-22 04:23:12orsenthilsetmessageid: <1277180592.95.0.106931161873.issue8455@psf.upfronthosting.co.za>
2010-06-22 04:23:10orsenthillinkissue8455 messages
2010-06-22 04:23:09orsenthilcreate