[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

STINNER Victor report at bugs.python.org
Wed Feb 19 01:46:41 CET 2014


STINNER Victor added the comment:

changeset:   89265:089ce5ddc147
tag:         tip
user:        Victor Stinner <victor.stinner at 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20648>
_______________________________________


More information about the Python-bugs-list mailing list