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 gvanrossum, larry, vstinner, yselivanov
Date 2014-02-19.22:25:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392848720.38.0.262870499935.issue20648@psf.upfronthosting.co.za>
In-reply-to
Content
changeset:   89283:07cdce316b1d
user:        Victor Stinner <victor.stinner@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.stinner@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.
History
Date User Action Args
2014-02-19 22:25:20vstinnersetrecipients: + vstinner, gvanrossum, larry, yselivanov
2014-02-19 22:25:20vstinnersetmessageid: <1392848720.38.0.262870499935.issue20648@psf.upfronthosting.co.za>
2014-02-19 22:25:20vstinnerlinkissue20648 messages
2014-02-19 22:25:20vstinnercreate