8000 [3.6] Add whatsnew for removal of asyncio.loop.create_datagram_endpoi… · python/cpython@50fc84a · GitHub
[go: up one dir, main page]

Skip to content

Commit 50fc84a

Browse files
aerosned-deily
authored andcommitted
[3.6] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_address* parameter (GH-17595). (GH-17632)
(cherry picked from commit f501db2) Co-authored-by: Kyle Stanley <aeros167@gmail.com>
1 parent b35ec00 commit 50fc84a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/whatsnew/3.6.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2449,3 +2449,13 @@ In 3.6.7 the :mod:`tokenize` module now implicitly emits a ``NEWLINE`` token
24492449
when provided with input that does not have a trailing new line. This behavior
24502450
now matches what the C tokenizer does internally.
24512451
(Contributed by Ammar Askar in :issue:`33899`.)
2452+
2453+
Notable changes in Python 3.6.10
2454+
================================
2455+
2456+
Due to significant security concerns, the *reuse_address* parameter of
2457+
:meth:`asyncio.loop.create_datagram_endpoint` is no longer supported. This is
2458+
because of the behavior of the socket option ``SO_REUSEADDR`` in UDP. For more
2459+
details, see the documentation for ``loop.create_datagram_endpoint()``.
2460+
(Contributed by Kyle Stanley, Antoine Pitrou, and Yury Selivanov in
2461+
:issue:`37228`.)

0 commit comments

Comments
 (0)
0