Changes by jweber :
--
nosy: +jweber
___
Python tracker
<http://bugs.python.org/issue7149>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
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
<http://bugs.python.org/i
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.
New submission from jweber :
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 urllib.urlopen