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.00:46:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392770801.23.0.42370659398.issue20648@psf.upfronthosting.co.za>
In-reply-to
Content
changeset:   89265:089ce5ddc147
tag:         tip
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Wed Feb 19 01:45:59 2014 +0100
files:       Lib/asyncio/unix_events.py Lib/test/test_asyncio/test_unix_events.py
description:
asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and
DeprecationWarning warnings. create_unix_server() closes the socket on any
error, not only on OSError.
History
Date User Action Args
2014-02-19 00:46:41vstinnersetrecipients: + vstinner, gvanrossum, larry, yselivanov
2014-02-19 00:46:41vstinnersetmessageid: <1392770801.23.0.42370659398.issue20648@psf.upfronthosting.co.za>
2014-02-19 00:46:41vstinnerlinkissue20648 messages
2014-02-19 00:46:41vstinnercreate