mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
normalize whitespace in Lib/distutils/msvc9compiler.py
This commit is contained in:
parent
6c58b28f2f
commit
53e4a9a763
1 changed files with 1 additions and 1 deletions
|
@ -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=(?:"|')(.+?)(?:"|')"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue