[New-bugs-announce] [issue27665] Make create_server able to listen on several ports

Alexander Bayandin report at bugs.python.org
Mon Aug 1 18:50:47 EDT 2016


New submission from Alexander Bayandin:

Make create_server accept a list of ports to listen.
Now it contains only code changes without updates in docs and tests.
If these changes will be considered as helpful I'll be glad to add tests and update documentation for the method.

----------
components: asyncio
files: create_server-multiple-ports.patch
keywords: patch
messages: 271792
nosy: Alexander.Bayandin, gvanrossum, haypo, yselivanov
priority: normal
severity: normal
status: open
title: Make create_server able to listen on several ports
type: enhancement
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file43969/create_server-multiple-ports.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27665>
_______________________________________


More information about the New-bugs-announce mailing list