Senthil Kumaran <[email protected]> added the comment:
Zsolt,
The change in the urllib2 was at a place where tuple of all local ips
were required.
In test_urllib2, which testcase failed?
Also, can you make this change and see if this helps in your case.
- localaddr = socket.gethostbyname(socket.gethostname())
+ localaddr = socket.gethostbyname('localhost')
If this is sufficient, this change can be made in the trunk.
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue5625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com