New submission from Stefan Krah <stefan-use...@bytereef.org>:

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

----------------------------------------------------------------------

----------
components: Tests
messages: 144971
nosy: skrah
priority: normal
severity: normal
status: open
title: test_urllib: buildbot failure
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13108>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to