summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-05-23 19:00:45 +0000
committerAndrew M. Kuchling <amk@amk.ca>2006-05-23 19:00:45 +0000
commit9deeeef0928dd6c20d53f96699f27f2987b9d4a8 (patch)
tree032f4c6292f6bf46a59ed6c4e3cb686925717090
parentfb8b84af541ed7be86e6a097dff7405cc544c1c3 (diff)
downloadcpython-git-9deeeef0928dd6c20d53f96699f27f2987b9d4a8.tar.gz
Remove duplicate item
-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.