summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2014-11-14 11:45:47 -0800
committerGuido van Rossum <guido@python.org>2014-11-14 11:45:47 -0800
commit7682a05a964a65f9ca087cc52a8a9566fc550bc8 (patch)
tree0d52645571b483d5138e667df7ef5017f4a0610e /Misc
parent5dd81846a67e9780117b771b2158c1feb6824728 (diff)
downloadcpython-7682a05a964a65f9ca087cc52a8a9566fc550bc8.tar.gz
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Patch by Ludovic.Gasc.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bb58965623..6a4b81f54b 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