[Python-checkins] cpython (3.2): normalize whitespace in Lib/distutils/msvc9compiler.py

mark.hammond python-checkins at python.org
Mon Oct 17 02:38:25 CEST 2011


http://hg.python.org/cpython/rev/3be599aa6a38
changeset:   72955:3be599aa6a38
branch:      3.2
parent:      72952:9caeb7215344
user:        Mark Hammond <mhammond at skippinet.com.au>
date:        Mon Oct 17 11:35:31 2011 +1100
summary:
  normalize whitespace in Lib/distutils/msvc9compiler.py

files:
  Lib/distutils/msvc9compiler.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/distutils/msvc9compiler.py b/Lib/distutils/msvc9compiler.py
--- a/Lib/distutils/msvc9compiler.py
+++ b/Lib/distutils/msvc9compiler.py
@@ -715,7 +715,7 @@
             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=(?:"|')(.+?)(?:"|')"""

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list