summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
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 00187cf..0b0350e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -359,6 +359,9 @@ Extension Modules
Library
-------
+- bpo-30508: Don't log exceptions if Task/Future "cancel()" method was
+ called.
+
- bpo-11822: The dis.dis() function now is able to disassemble nested
code objects.