summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2003-11-28 19:42:56 (GMT)
committerThomas Heller <theller@ctypes.org>2003-11-28 19:42:56 (GMT)
commitb3105911697d57098e9770078d89475f83274344 (patch)
tree7b12ff6cd615c33579d11cdef4db07a0821eacd0 /Misc
parentac5d667e9f1b79b0d0ca6f5c8edd4f02feecd98f (diff)
downloadcpython-b3105911697d57098e9770078d89475f83274344.zip
cpython-b3105911697d57098e9770078d89475f83274344.tar.gz
cpython-b3105911697d57098e9770078d89475f83274344.tar.bz2
See SF #848614: distutils' msvccompiler now tries to detect that MSVC6
is installed but the registry settings are incomplete because the gui has never been run. Already backported to release23-maint.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c523e65..8097a03 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -146,6 +146,9 @@ Extension modules
Library
-------
+- Bug #848614: distutils' msvccompiler fails to find the MSVC6
+ compiler because of incomplete registry entries.
+
- httplib.HTTP.putrequest now offers to omit the implicit Accept-Encoding.
- Patch #841977: modulefinder didn't find extension modules in packages