summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2014-11-14 19:45:47 (GMT)
committerGuido van Rossum <guido@python.org>2014-11-14 19:45:47 (GMT)
commite36fcde38309f116c6c06042ad80e7debb7db743 (patch)
treef07b4d597d613ab70b2471f90f8c7e449de16ef2 /Misc/NEWS
parent6c14f231005a2a3a63bd4b0157c908e94bd834ac (diff)
downloadcpython-e36fcde38309f116c6c06042ad80e7debb7db743.zip
cpython-e36fcde38309f116c6c06042ad80e7debb7db743.tar.gz
cpython-e36fcde38309f116c6c06042ad80e7debb7db743.tar.bz2
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Patch by Ludovic.Gasc.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bb58965..6a4b81f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@ Core and Builtins
Library
-------
+- Issue #22841: Reject coroutines in asyncio add_signal_handler().
+ Patch by Ludovic.Gasc.
+
- Issue #22849: Fix possible double free in the io.TextIOWrapper constructor.
- Issue #12728: Different Unicode characters having the same uppercase but