Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4433a5f commit 60532bdCopy full SHA for 60532bd
2 files changed
Lib/distutils/command/build_ext.py
@@ -214,7 +214,7 @@ def finalize_options(self):
214
215
elif MSVC_VERSION == 8:
216
self.library_dirs.append(os.path.join(sys.exec_prefix,
217
- 'PC', 'VS8.0', 'win32release'))
+ 'PC', 'VS8.0'))
218
elif MSVC_VERSION == 7:
219
220
'PC', 'VS7.1'))
Misc/NEWS
@@ -17,6 +17,8 @@ Core and Builtins
17
Library
18
-------
19
20
+- Issue #9558: Fix distutils.command.build_ext with VS 8.0.
21
+
22
- Issue #10667: Fast path for collections.Counter().
23
24
- Issue #10695: passing the port as a string value to telnetlib no longer
0 commit comments