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 pitrou
Recipients barry, giampaolo.rodola, njs, pitrou, vstinner, yselivanov
Date 2017-05-29.07:07:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496041658.67.0.55608068201.issue30300@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you elaborate?  What's too specific about it?  Do you have in mind a use case where you wouldn't need to provide hostname and port?

Any use case where setup is more elaborate than calling create_server(...).  For example I might write a UDP server.  Or a distributed system that listens to several ports at once, or launches a thread pool. etc.
History
Date User Action Args
2017-05-29 07:07:38pitrousetrecipients: + pitrou, barry, vstinner, giampaolo.rodola, njs, yselivanov
2017-05-29 07:07:38pitrousetmessageid: <1496041658.67.0.55608068201.issue30300@psf.upfronthosting.co.za>
2017-05-29 07:07:38pitroulinkissue30300 messages
2017-05-29 07:07:38pitroucreate