From: Andrew M. Kuchling Date: Tue, 23 May 2006 19:00:45 +0000 (+0000) Subject: Remove duplicate item X-Git-Tag: v2.5b1~573 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9deeeef0928dd6c20d53f96699f27f2987b9d4a8;p=thirdparty%2FPython%2Fcpython.git Remove duplicate item --- diff --git a/Misc/NEWS b/Misc/NEWS index ad24bed973c4..d0d00e9da8d1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -19,9 +19,6 @@ Core and builtins - Patch #1337051: reduced size of frame objects. -- 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.