From: Raymond Hettinger Date: Thu, 4 Dec 2003 21:42:31 +0000 (+0000) Subject: Add newsitem for a bugfix backport. X-Git-Tag: v2.3.3c1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48e602a2da9a20ec1d6d7fdcd45439187fe11344;p=thirdparty%2FPython%2Fcpython.git Add newsitem for a bugfix backport. --- 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.