From: Guido van Rossum Date: Fri, 14 Nov 2014 19:48:37 +0000 (-0800) Subject: - Issue #22841: Reject coroutines in asyncio add_signal_handler(). X-Git-Tag: v3.5.0a1~485 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59f0682190ba80d8796d92943c43810c120ba72d;p=thirdparty%2FPython%2Fcpython.git - Issue #22841: Reject coroutines in asyncio add_signal_handler(). Patch by Ludovic.Gasc. --- 59f0682190ba80d8796d92943c43810c120ba72d diff --cc Misc/NEWS index ef98134c16d9,6a4b81f54bf6..97ad428f4a28 --- a/Misc/NEWS +++ 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