STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Oh, I forgot to copy/paste a test_ftplib failure:
======================================================================
ERROR: test_makeport (test.test_ftplib.TestIPv6Environment)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/SHARE/SVN/py3k/Lib/test/test_ftplib.py", line 561, in setUp
    self.server = DummyFTPServer((HOST, 0), af=socket.AF_INET6)
  File "/home/SHARE/SVN/py3k/Lib/test/test_ftplib.py", line 213, in __init__
    self.bind(address)
  File "/home/SHARE/SVN/py3k/Lib/asyncore.py", line 329, in bind
    return self.socket.bind(addr)
socket.gaierror: [Errno -5] No address associated with hostname

======================================================================
ERROR: test_transfer (test.test_ftplib.TestIPv6Environment)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/SHARE/SVN/py3k/Lib/test/test_ftplib.py", line 561, in setUp
    self.server = DummyFTPServer((HOST, 0), af=socket.AF_INET6)
  File "/home/SHARE/SVN/py3k/Lib/test/test_ftplib.py", line 213, in __init__
    self.bind(address)
  File "/home/SHARE/SVN/py3k/Lib/asyncore.py", line 329, in bind
    return self.socket.bind(addr)
socket.gaierror: [Errno -5] No address associated with hostname

----------

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

Reply via email to