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 chris laws
Recipients Boris.FELD, chris laws, gvanrossum, j1o1h1n, vstinner, yselivanov
Date 2015-08-23.05:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440308189.58.0.580907434724.issue23972@psf.upfronthosting.co.za>
In-reply-to
Content
I have updated the patch to address comments raised by haypo. 

An exception is now raised if reuse_port is explicitly used and the platform does not support SOREUSEPORT. The docs have also been updated to make it more explicit that this feature is not supported on Windows.
History
Date User Action Args
2015-08-23 05:36:30chris lawssetrecipients: + chris laws, gvanrossum, vstinner, Boris.FELD, yselivanov, j1o1h1n
2015-08-23 05:36:29chris lawssetmessageid: <1440308189.58.0.580907434724.issue23972@psf.upfronthosting.co.za>
2015-08-23 05:36:29chris lawslinkissue23972 messages
2015-08-23 05:36:29chris lawscreate