New submission from Serge Droz <serge.d...@gmail.com>:

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

----------
assignee: ronaldoussoren
components: Macintosh
files: urllib_macos.diff
keywords: patch
messages: 155973
nosy: Serge.Droz, ronaldoussoren
priority: normal
severity: normal
status: open
title: proxy_bypass_macosx_sysconf does not handle singel ip addresses correctly
versions: Python 2.6
Added file: http://bugs.python.org/file24880/urllib_macos.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14329>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to