summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6260d79..75186c8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,8 @@ Library
- Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
+- Issue #24348: Drop superfluous incref/decref.
+
What's New in Python 3.5.0 beta 2?
==================================