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.13:40:25
SpamBayes Score 0.008558205
Marked as misclassified No
Message-id <AANLkTimGCne3uYVQc2b+Pjap3okCYnboR8shpcMDc3a7@mail.gmail.com>
In-reply-to <1292420068.68.0.346834467459.issue5625@psf.upfronthosting.co.za>
Content
+            localaddr = socket.gethostbyname_ex(socket.gethostname())[2][0]

May not be a generic solution, because in another system the other ip
could be first in the list.  Because the failure was in the test_file,
which was basically exercising file://'localhost' in the url, I
suggested that you replace with 'localhost'. I think, the solution is
okay, even thought localhost has been exercised in another test.
Files
File name Uploaded
unnamed orsenthil, 2010-12-15.13:40:25
History
Date User Action Args
2010-12-15 13:40:27orsenthilsetrecipients: + orsenthil, csernazs, dmorr, ned.deily
2010-12-15 13:40:25orsenthillinkissue5625 messages
2010-12-15 13:40:25orsenthilcreate