[issue45129] Remove deprecated reuse_address parameter from create_datagram_endpoint()

Łukasz Langa report at bugs.python.org
Tue Sep 7 12:58:35 EDT 2021


Łukasz Langa <lukasz at langa.pl> added the comment:

To clarify, the option was entirely disabled in 3.9.0, 3.8.1, 3.7.6, and 3.6.10 due to security concerns. If `True` was passed, it raised a ValueError. If `False` was passed, it raised a DeprecationWarning. This was implemented in GH-17311 and What's New was updated in GH-17595.

----------
nosy: +lukasz.langa

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45129>
_______________________________________


More information about the Python-bugs-list mailing list