]> granicus.if.org Git - python/commit
Issue #28652: Make loop methods reject socket kinds they do not support.
authorYury Selivanov <yury@magic.io>
Wed, 9 Nov 2016 20:47:00 +0000 (15:47 -0500)
committerYury Selivanov <yury@magic.io>
Wed, 9 Nov 2016 20:47:00 +0000 (15:47 -0500)
commita1a8b7d3d7f628aec31be364c77cbb3e21cdbc0b
treef1c1fa5ae61d965d131a437904bd1712c7a6f017
parentd2fd3599abeed393ccdf4ee5cf1c7b346ba4a022
Issue #28652: Make loop methods reject socket kinds they do not support.
Lib/asyncio/base_events.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS