diff options
author | Thomas Heller <theller@ctypes.org> | 2003-11-28 19:42:56 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2003-11-28 19:42:56 (GMT) |
commit | b3105911697d57098e9770078d89475f83274344 (patch) | |
tree | 7b12ff6cd615c33579d11cdef4db07a0821eacd0 /Misc | |
parent | ac5d667e9f1b79b0d0ca6f5c8edd4f02feecd98f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |