[Python-3000-checkins] r62225 - python/branches/py3k/Tools/msi/msi.py

martin.v.loewis python-3000-checkins at python.org
Tue Apr 8 19:17:47 CEST 2008


Author: martin.v.loewis
Date: Tue Apr  8 19:17:46 2008
New Revision: 62225

Modified:
   python/branches/py3k/Tools/msi/msi.py
Log:
Suppress compilation of py2_ test files.

Modified: python/branches/py3k/Tools/msi/msi.py
==============================================================================
--- python/branches/py3k/Tools/msi/msi.py	(original)
+++ python/branches/py3k/Tools/msi/msi.py	Tue Apr  8 19:17:46 2008
@@ -376,7 +376,7 @@
               ("VerdanaRed9", "Verdana", 9, 255, 0),
              ])
 
-    compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x bad_coding|badsyntax|site-packages "[TARGETDIR]Lib"'
+    compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x bad_coding|badsyntax|site-packages|py2_ "[TARGETDIR]Lib"'
     # See "CustomAction Table"
     add_data(db, "CustomAction", [
         # msidbCustomActionTypeFirstSequence + msidbCustomActionTypeTextData + msidbCustomActionTypeProperty


More information about the Python-3000-checkins mailing list