File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2449,3 +2449,13 @@ In 3.6.7 the :mod:`tokenize` module now implicitly emits a ``NEWLINE`` token
2449
2449
when provided with input that does not have a trailing new line. This behavior
2450
2450
now matches what the C tokenizer does internally.
2451
2451
(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 `.)
You can’t perform that action at this time.
0 commit comments