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 Serge.Droz
Recipients Serge.Droz, ronaldoussoren
Date 2012-03-15.22:49:13
SpamBayes Score 1.7499595e-07
Marked as misclassified No
Message-id <1331851754.34.0.615850283155.issue14329@psf.upfronthosting.co.za>
In-reply-to
Content
On MacOS in urllib the function proxy_bypass_macosx_sysconf does not handle proxy settings which are just IP addresses correctly:
If there is any IP address, always true is reported.

Reason: the mask is calculated wrong.
The attached patch fixes this.

NB This is also an issue in other python versions
History
Date User Action Args
2012-03-15 22:49:14Serge.Drozsetrecipients: + Serge.Droz, ronaldoussoren
2012-03-15 22:49:14Serge.Drozsetmessageid: <1331851754.34.0.615850283155.issue14329@psf.upfronthosting.co.za>
2012-03-15 22:49:13Serge.Drozlinkissue14329 messages
2012-03-15 22:49:13Serge.Drozcreate