Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b8f5e31a
Commit
b8f5e31a
authored
Aug 04, 2010
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #8241: Avoid compiling py2_test_grammar.
parent
1ad1ee91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Tools/msi/msi.py
Tools/msi/msi.py
+1
-1
No files found.
Tools/msi/msi.py
View file @
b8f5e31a
...
@@ -398,7 +398,7 @@ def add_ui(db):
...
@@ -398,7 +398,7 @@ def add_ui(db):
(
"VerdanaRed9"
,
"Verdana"
,
9
,
255
,
0
),
(
"VerdanaRed9"
,
"Verdana"
,
9
,
255
,
0
),
])
])
compileargs
=
r'-Wi "[TARGETDIR]Lib\
compile
all.py" -f -x "bad_coding|badsyntax|site-packages|py3_" "[TARGETDIR]Lib"'
compileargs
=
r'-Wi "[TARGETDIR]Lib\
compile
all.py" -f -x "bad_coding|badsyntax|site-packages|py3_
|py2_test_grammar
" "[TARGETDIR]Lib"'
lib2to3args
=
r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
lib2to3args
=
r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
# See "CustomAction Table"
# See "CustomAction Table"
add_data
(
db
,
"CustomAction"
,
[
add_data
(
db
,
"CustomAction"
,
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment