]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Apr 2014 09:20:22 +0000 (11:20 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Apr 2014 09:20:22 +0000 (11:20 +0200)
commit7b2262fe78b3dff8c986d0bfe942a4defbd973f0
tree9b74480e634bb9a172638e286cb973059a38edb5
parent1b5643fcb47dfc471613ed37cd38556c692fe566
parent1fd03a4a22a9419dcbad70cf32afebfe5ae390cd
(Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a
ValueError if path and sock are specified at the same time. asyncio: Document
Task.cancel() properly.
Misc/NEWS