summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ad24bed973..d0d00e9da8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,9 +22,6 @@ Core and builtins
- PyErr_NewException now accepts a tuple of base classes as its
"base" parameter.
-- PyErr_NewException now accepts a tuple of base classes as its
- "base" parameter.
-
- Patch #876206: function call speedup by retaining allocated frame
objects.