From 48e602a2da9a20ec1d6d7fdcd45439187fe11344 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 4 Dec 2003 21:42:31 +0000 Subject: [PATCH] Add newsitem for a bugfix backport. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 869885da738a..9ebaebc0d789 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -75,6 +75,9 @@ Extension modules Library ------- +- Bug #849662: UserDict.DictMixin had performance issues when + an instance was tested for equality with None. + - Bug #848614: distutils' msvccompiler fails to find the MSVC6 compiler because of incomplete registry entries. -- 2.47.3