STINNER Victor added the comment:

changeset:   89283:07cdce316b1d
user:        Victor Stinner <victor.stin...@gmail.com>
date:        Wed Feb 19 18:32:03 2014 +0100
files:       Lib/test/test_asyncio/test_events.py
description:
Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my 
previous commit)


changeset:   89282:e6016fffc894
user:        Victor Stinner <victor.stin...@gmail.com>
date:        Wed Feb 19 18:10:32 2014 +0100
files:       Lib/test/test_asyncio/test_events.py
description:
Close #20682: Fix UNIX sockets tests of test_asyncio on Mac OS X Tiger

On Mac OS X Tiger (and older), getsockname() returns a zero-length address for
UNIX socket, and so 'sockname' extra info is None.

----------

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

Reply via email to