From 4ad70df5e7b227dbb1b0db3c45223b0e35bee8be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 16 Mar 2010 16:19:47 +0000 Subject: [PATCH] Issue #6716/3: Exclude 2to3 tests from compileall. --- Misc/NEWS | 1 + Tools/msi/msi.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 018adf07b04..2b73e368815 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -838,6 +838,7 @@ Build ----- - Issue #6716: Quote -x arguments of compileall in MSI installer. + Exclude 2to3 tests from compileall. - Issue #3920, #7903: Define _BSD_SOURCE on OpenBSD 4.4 through 4.9. diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index fb431378e7e..3a396ca5ec0 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -404,7 +404,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_|lib2to3\\tests" "[TARGETDIR]Lib"' lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"' # See "CustomAction Table" add_data(db, "CustomAction", [