summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2017-06-11 14:00:14 (GMT)
committerGitHub <noreply@github.com>2017-06-11 14:00:14 (GMT)
commit176f2ebdad93f20876c08efabd364a0e6c86de14 (patch)
tree63eaa99f8e662418e60d07fec138f33c3bd504a6 /Misc/NEWS
parent59422a29ee3a95866c4f7e037bdfffd5768afddd (diff)
downloadcpython-176f2ebdad93f20876c08efabd364a0e6c86de14.zip
cpython-176f2ebdad93f20876c08efabd364a0e6c86de14.tar.gz
cpython-176f2ebdad93f20876c08efabd364a0e6c86de14.tar.bz2
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2109)
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 d31ae7e..5f44a79 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Core and Builtins
Library
-------
+- bpo-30508: Don't log exceptions if Task/Future "cancel()" method was
+ called.
+
- bpo-28556: Updates to typing module: Add generic AsyncContextManager, add
support for ContextManager on all versions. Original PRs by Jelle Zijlstra
and Ivan Levkivskyi