]> granicus.if.org Git - python/commitdiff
Merged revisions 78976 via svnmerge from
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 16 Mar 2010 11:03:13 +0000 (11:03 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 16 Mar 2010 11:03:13 +0000 (11:03 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78976 | martin.v.loewis | 2010-03-15 14:00:17 +0100 (Mo, 15 Mär 2010) | 1 line

  Issue #6716: Quote -x arguments of compileall in MSI installer.
........

Misc/NEWS
Tools/msi/msi.py

index 84b2bb9748fafd160763e671660e68483511d03d..93a991be1198d2efbf1fd498d6130850071cd0e7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -835,6 +835,8 @@ Extension Modules
 Build
 -----
 
+- Issue #6716: Quote -x arguments of compileall in MSI installer.
+
 - Issue #3920, #7903: Define _BSD_SOURCE on OpenBSD 4.4 through 4.9.
 
 - Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the
index f32bf393d0d9b7e22b44ac6772ad900a0b8b9ad8..37bcbb6896ac945c4a03b59e6f8604b9db26ffac 100644 (file)
@@ -403,7 +403,7 @@ def add_ui(db):
               ("VerdanaRed9", "Verdana", 9, 255, 0),
              ])
 
-    compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x bad_coding|badsyntax|site-packages|py2_ "[TARGETDIR]Lib"'
+    compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_" "[TARGETDIR]Lib"'
     lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
     # See "CustomAction Table"
     add_data(db, "CustomAction", [