diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-05-23 19:00:45 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-05-23 19:00:45 (GMT) |
commit | 9deeeef0928dd6c20d53f96699f27f2987b9d4a8 (patch) | |
tree | 032f4c6292f6bf46a59ed6c4e3cb686925717090 /Misc | |
parent | fb8b84af541ed7be86e6a097dff7405cc544c1c3 (diff) | |
download | cpython-9deeeef0928dd6c20d53f96699f27f2987b9d4a8.zip cpython-9deeeef0928dd6c20d53f96699f27f2987b9d4a8.tar.gz cpython-9deeeef0928dd6c20d53f96699f27f2987b9d4a8.tar.bz2 |
Remove duplicate item
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |