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 Arfrever
Recipients Arfrever, berker.peksag, bkabrda, python-dev, vstinner
Date 2014-08-31.11:41:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409485297.1.0.984075619516.issue19447@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed this output of full test suite:

...
[361/388] test_bisect
[362/388] test_py_compile
  File "/tmp/cpython/Lib/test/bad_coding2.py", line 0
SyntaxError: encoding problem: utf8 with BOM

[363/388] test_netrc
[364/388] test_sys
...

I suggest that test_bad_coding() suppress output of py_compile.compile().
History
Date User Action Args
2014-08-31 11:41:37Arfreversetrecipients: + Arfrever, vstinner, python-dev, berker.peksag, bkabrda
2014-08-31 11:41:37Arfreversetmessageid: <1409485297.1.0.984075619516.issue19447@psf.upfronthosting.co.za>
2014-08-31 11:41:37Arfreverlinkissue19447 messages
2014-08-31 11:41:36Arfrevercreate