From 9deeeef0928dd6c20d53f96699f27f2987b9d4a8 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 23 May 2006 19:00:45 +0000 Subject: [PATCH] Remove duplicate item --- Misc/NEWS | 3 --- 1 file changed, 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index ad24bed973..d0d00e9da8 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. -- 2.40.0