]> granicus.if.org Git - python/commit
bpo-36074: Result of `asyncio.Server.sockets` after `Server.close()` after is not...
authorEmmanuel Arias <emmanuelarias30@gmail.com>
Fri, 22 Feb 2019 17:34:41 +0000 (14:34 -0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Feb 2019 17:34:41 +0000 (09:34 -0800)
commitdf5cdc11123a35065bbf1636251447d0bfe789a5
treec088e4a62c94025382f22abf93734088292e13d5
parenta40681dd5db8deaf05a635eecb91498dac882aa4
bpo-36074: Result of  `asyncio.Server.sockets` after `Server.close()` after  is not clear (GH-11987)

[bpo-36074](https://bugs.python.org/issue36074): It becomes clear on  that the None is still return for server closed.

https://bugs.python.org/issue36074
Doc/library/asyncio-eventloop.rst