This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, sebastien.bourdeauducq, vstinner, yselivanov, ysionneau
Date 2015-09-02.14:07:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441202868.98.0.845013631038.issue23630@psf.upfronthosting.co.za>
In-reply-to
Content
> The only remaining question is is it OK that we can specify more than one host but only one port?  Guido, Victor?

I can be convenient to have a single Server object with *all* listening sockets. So I like the idea of supporting multiple ports. It's very cheap to support it.
History
Date User Action Args
2015-09-02 14:07:49vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, sebastien.bourdeauducq, ysionneau
2015-09-02 14:07:48vstinnersetmessageid: <1441202868.98.0.845013631038.issue23630@psf.upfronthosting.co.za>
2015-09-02 14:07:48vstinnerlinkissue23630 messages
2015-09-02 14:07:48vstinnercreate