[issue6184] py3k build gets spurious errors from libinstall target compile of lib2to3 files

Ned Deily report at bugs.python.org
Wed Jun 3 05:40:28 CEST 2009


Ned Deily <nad at acm.org> added the comment:

r73160 does make the spurious errors go away - along with the compiles 
of all the other modules!  Suggest removing the spurious "!"'s:

926c926
< 		-x 'bad_coding|badsyntax|site-
packages|py2_test_grammar|crlf|different_encoding|' \
---
> 		-x 'bad_coding|badsyntax|site-
packages|py2_test_grammar|crlf|different_encoding' \
931c931
< 		-x 'bad_coding|badsyntax|site-
packages|py2_test_grammar|crlf|different_encoding|' \
---
> 		-x 'bad_coding|badsyntax|site-
packages|py2_test_grammar|crlf|different_encoding' \

----------
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6184>
_______________________________________


More information about the Python-bugs-list mailing list