[issue7149] 2.6.4rc1 regression: test_urllib2 fails on OS X with UnboundLocalError

2009-10-16 Thread jweber
Changes by jweber ja...@jacobweber.com: -- nosy: +jweber ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7149 ___ ___ Python-bugs-list mailing list

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

2009-10-02 Thread jweber
New submission from jweber ja...@jacobweber.com: 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

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

2009-10-02 Thread jweber
jweber ja...@jacobweber.com 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 rep...@bugs.python.org http://bugs.python.org/issue7044

[issue6851] urllib.urlopen crashes in a thread on Snow Leopard

2009-09-06 Thread jweber
New submission from jweber ja...@jacobweber.com: The following program works fine under Mac OS 10.5.x. But in 10.6, it crashes Python, and displays Apple's crash reporter dialog. I've tried it on Python 2.6 and 2.5, both the 64-bit and 32-bit versions. The crash seems to happen any time