This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients csernazs, dmorr, ned.deily, orsenthil
Date 2010-12-15.10:54:26
SpamBayes Score 0.0014059347
Marked as misclassified No
Message-id <20101215105416.GB13047@rubuntu>
In-reply-to <1292404158.66.0.000344950202048.issue5625@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2010-12-15 10:54:28orsenthilsetrecipients: + orsenthil, csernazs, dmorr, ned.deily
2010-12-15 10:54:26orsenthillinkissue5625 messages
2010-12-15 10:54:26orsenthilcreate