[docs] [issue36074] Result of `asyncio.Server.sockets` after `Server.close()` is not clear

Kevin Mai-Hsuan Chia report at bugs.python.org
Fri Feb 22 11:14:52 EST 2019


Kevin Mai-Hsuan Chia <kevin at mhchia.com> added the comment:

@mdk That's interesting. May I ask which one is the preferred behavior, `None` or `[]`? IMO both make sense, but `None` is more consistent with the behavior in previous versions. If it is the case, may I work on fixing this(`None` to `[]`) as a practice to contribute? Otherwise, the PR from @eamanu should be enough to fix the document. Thanks a lot for the review and the pointer!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36074>
_______________________________________


More information about the docs mailing list