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 yselivanov
Recipients aeros, asvetlov, dacut, gvanrossum, ned.deily, njs, pitrou, vaizki, yselivanov
Date 2019-11-21.02:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574303968.68.0.0856788745668.issue37228@roundup.psfhosted.org>
In-reply-to
Content
> My preference for create_datagram_endpoint() would be:

> - make the "reuse_address" parameter a no-op, and raise an error when "reuse_address=True" is passed

> - do that in 3.8 as well

Yeah, I like this prposal; we can apply this to all Python's from 3.5 to 3.8.  With a proper documentation update this should be OK.
History
Date User Action Args
2019-11-21 02:39:28yselivanovsetrecipients: + yselivanov, gvanrossum, pitrou, ned.deily, njs, asvetlov, dacut, vaizki, aeros
2019-11-21 02:39:28yselivanovsetmessageid: <1574303968.68.0.0856788745668.issue37228@roundup.psfhosted.org>
2019-11-21 02:39:28yselivanovlinkissue37228 messages
2019-11-21 02:39:28yselivanovcreate