summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-05-23 19:00:45 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-05-23 19:00:45 (GMT)
commit9deeeef0928dd6c20d53f96699f27f2987b9d4a8 (patch)
tree032f4c6292f6bf46a59ed6c4e3cb686925717090 /Misc
parentfb8b84af541ed7be86e6a097dff7405cc544c1c3 (diff)
downloadcpython-9deeeef0928dd6c20d53f96699f27f2987b9d4a8.zip
cpython-9deeeef0928dd6c20d53f96699f27f2987b9d4a8.tar.gz
cpython-9deeeef0928dd6c20d53f96699f27f2987b9d4a8.tar.bz2
Remove duplicate item
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ad24bed..d0d00e9 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.