normalize whitespace in Lib/distutils/msvc9compiler.py

This commit is contained in:
Mark Hammond 2011-10-17 11:36:49 +11:00
commit f813080736
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ class MSVCCompiler(CCompiler) :
manifest_buf = re.sub(pattern, "", manifest_buf)
pattern = "<dependentAssembly>\s*</dependentAssembly>"
manifest_buf = re.sub(pattern, "", manifest_buf)
# Now see if any other assemblies are referenced - if not, we
# Now see if any other assemblies are referenced - if not, we
# don't want a manifest embedded.
pattern = re.compile(
r"""<assemblyIdentity.*?name=(?:"|')(.+?)(?:"|')"""