]> granicus.if.org Git - python/commit
Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Apr 2014 09:18:54 +0000 (11:18 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Apr 2014 09:18:54 +0000 (11:18 +0200)
commit1fd03a4a22a9419dcbad70cf32afebfe5ae390cd
treeee062e1de9d43f607fb9790671d01f20726ff876
parent4bd652a276c575de476d634da8cc4f95815721e9
Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if
path and sock are specified at the same time.
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS