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 skrah
Recipients skrah
Date 2011-10-05.21:04:48
SpamBayes Score 8.771194e-10
Marked as misclassified No
Message-id <1317848689.77.0.919610092444.issue13108@psf.upfronthosting.co.za>
In-reply-to
Content
The FreeBSD-amd64 and Fedora buildbots are recently failing with: 

======================================================================
ERROR: test_thishost (test.test_urllib.Utility_Tests)
Test the urllib.request.thishost utility function returns a tuple
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/test/test_urllib.py", line 1063, in test_thishost
    self.assertIsInstance(urllib.request.thishost(), tuple)
  File "/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/urllib/request.py", line 2128, in thishost
    _thishost = tuple(socket.gethostbyname_ex(socket.gethostname())[2])
socket.gaierror: [Errno -2] Name or service not known

----------------------------------------------------------------------
History
Date User Action Args
2011-10-05 21:04:49skrahsetrecipients: + skrah
2011-10-05 21:04:49skrahsetmessageid: <1317848689.77.0.919610092444.issue13108@psf.upfronthosting.co.za>
2011-10-05 21:04:49skrahlinkissue13108 messages
2011-10-05 21:04:48skrahcreate