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 vstinner
Recipients deokhwan.kim, ezio.melotti, orsenthil, python-dev, vstinner
Date 2011-10-06.00:52:16
SpamBayes Score 0.00014843715
Marked as misclassified No
Message-id <1317862337.57.0.672156948755.issue13104@psf.upfronthosting.co.za>
In-reply-to
Content
There is a failure on FreeBSD 8.2 buildbot:

http://www.python.org/dev/buildbot/all/builders/AMD64%20FreeBSD%208.2%203.x/builds/1104/steps/test/logs/stdio

======================================================================
ERROR: test_thishost (test.test_urllib.Utility_Tests)
Test the urllib.request.thishost utility function returns a tuple
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_urllib.py", line 1063, in test_thishost
    self.assertIsInstance(urllib.request.thishost(), tuple)
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/urllib/request.py", line 2128, in thishost
    _thishost = tuple(socket.gethostbyname_ex(socket.gethostname())[2])
socket.gaierror: [Errno 8] hostname nor servname provided, or not known
History
Date User Action Args
2011-10-06 00:52:17vstinnersetrecipients: + vstinner, orsenthil, ezio.melotti, python-dev, deokhwan.kim
2011-10-06 00:52:17vstinnersetmessageid: <1317862337.57.0.672156948755.issue13104@psf.upfronthosting.co.za>
2011-10-06 00:52:16vstinnerlinkissue13104 messages
2011-10-06 00:52:16vstinnercreate