Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2b35af

Browse files
committed
ignore some 2to3 test files with 2.x syntax #6184
1 parent 861d644 commit b2b35af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,12 +910,12 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
910910
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
911911
./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
912912
-d $(LIBDEST) -f \
913-
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar' \
913+
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding|' \
914914
$(DESTDIR)$(LIBDEST)
915915
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
916916
./$(BUILDPYTHON) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \
917917
-d $(LIBDEST) -f \
918-
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar' \
918+
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding|' \
919919
$(DESTDIR)$(LIBDEST)
920920
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
921921
./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \

0 commit comments

Comments
 (0)