]> granicus.if.org Git - python/commitdiff
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
authorGuido van Rossum <guido@python.org>
Fri, 14 Nov 2014 19:48:37 +0000 (11:48 -0800)
committerGuido van Rossum <guido@python.org>
Fri, 14 Nov 2014 19:48:37 +0000 (11:48 -0800)
  Patch by Ludovic.Gasc.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
index ef98134c16d9dfb8397703c7a4219f136df3ba2d,6a4b81f54bf645c7891e148ece5143792858a39c..97ad428f4a282e58c02fe85ea092b8db1054416b
+++ b/Misc/NEWS
@@@ -183,11 -36,9 +183,14 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #22841: Reject coroutines in asyncio add_signal_handler().
+   Patch by Ludovic.Gasc.
 +- Issue #19494: Added urllib.request.HTTPBasicPriorAuthHandler. Patch by
 +  Matej Cepl.
 +
 +- Issue #22578: Added attributes to the re.error class.
 +
  - Issue #22849: Fix possible double free in the io.TextIOWrapper constructor.
  
  - Issue #12728: Different Unicode characters having the same uppercase but