[issue7044] urllib.urlopen crashes when used on Mac OS 10.6.1 through a proxy

2009-10-18 Thread Ronald Oussoren
Ronald Oussoren added the comment: Fixed in r75482 (trunk) and r75483 (2.6) -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue7044] urllib.urlopen crashes when used on Mac OS 10.6.1 through a proxy

2009-10-16 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've posted a patch for this in Issue7149. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue7044] urllib.urlopen crashes when used on Mac OS 10.6.1 through a proxy

2009-10-15 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue7044] urllib.urlopen crashes when used on Mac OS 10.6.1 through a proxy

2009-10-15 Thread Ned Deily
Ned Deily added the comment: See also Issue7149. -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue7044] urllib.urlopen crashes when used on Mac OS 10.6.1 through a proxy

2009-10-02 Thread jweber
jweber added the comment: Let me know if you need me to create a test caseit doesn't seem to happen in all situations. -- ___ Python tracker ___

[issue7044] urllib.urlopen crashes when used on Mac OS 10.6.1 through a proxy

2009-10-02 Thread jweber
New submission from jweber : In Python 2.6.3 on Mac OS 10.6.1, there is a bug in lib/python2.6/urllib.py, line 1367. The variable hostIP is used before it's defined. You can fix it by adding "hostIP = None" at around line 1355. I got the following exception when calling urllib.urlopen using a