From: Thomas Heller Date: Fri, 28 Nov 2003 19:45:02 +0000 (+0000) Subject: I think this description of bug #848614 is better. X-Git-Tag: v2.3.3c1~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4f9ad594e6ae6bd696f43c77aeaa6d93c0a1c70;p=thirdparty%2FPython%2Fcpython.git I think this description of bug #848614 is better. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0d64252cfd75..0b02c9febb71 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -63,8 +63,8 @@ Extension modules Library ------- -- Bug #848614: distutils' msvccompiler fails to find the MSVC because - of incomplete registry entries. +- Bug #848614: distutils' msvccompiler fails to find the MSVC6 + compiler because of incomplete registry entries. - Patch #841977: modulefinder didn't find extension modules in packages.