[issue10643] OSX proxy exceptions parse bug in urllib (crash)

2010-12-07 Thread R. David Murray
Changes by R. David Murray : -- stage: -> committed/rejected type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mail

[issue10643] OSX proxy exceptions parse bug in urllib (crash)

2010-12-07 Thread Ned Deily
Ned Deily added the comment: The fix for this problem, originally reported in Issue8883, was released in Python 2.6.6. -- assignee: -> ronaldoussoren components: +Library (Lib), Macintosh -Extension Modules nosy: +ned.deily, ronaldoussoren resolution: -> duplicate status: open -> clo

[issue10643] OSX proxy exceptions parse bug in urllib (crash)

2010-12-06 Thread wojas
wojas added the comment: Forgot to set bug type (crash). -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue10643] OSX proxy exceptions parse bug in urllib (crash)

2010-12-06 Thread wojas
New submission from wojas : On OSX (tested with 10.6), urllib will fail to parse the proxy exceptions configuration if no netmask is specified. On my system the following entries have been added to the proxy exception list: '127.0.0.1' and 'localhost'. The traceback in included below. The pro