]> granicus.if.org Git - python/commit
asyncio: Remove duplicate bind addresses in create_server.
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 2 Mar 2016 16:17:01 +0000 (11:17 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 2 Mar 2016 16:17:01 +0000 (11:17 -0500)
commite076ffb068ce4e76a7103451c3bef79c2610f791
treede92e99ab9d04635d20adfdff6003e3c0d40f9cf
parentf9e1f2bda930054eed3115e19e9f3f7bfc83c1b6
asyncio: Remove duplicate bind addresses in create_server.

Patch by Sebastien Bourdeauducq (issue #26338)
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_events.py