This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients benjamin.peterson, ned.deily
Date 2009-06-03.03:40:26
SpamBayes Score 0.0028073622
Marked as misclassified No
Message-id <1244000428.43.0.488868038681.issue6184@psf.upfronthosting.co.za>
In-reply-to
Content
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' \
History
Date User Action Args
2009-06-03 03:40:28ned.deilysetrecipients: + ned.deily, benjamin.peterson
2009-06-03 03:40:28ned.deilysetmessageid: <1244000428.43.0.488868038681.issue6184@psf.upfronthosting.co.za>
2009-06-03 03:40:27ned.deilylinkissue6184 messages
2009-06-03 03:40:26ned.deilycreate