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 pitrou
Recipients barry, benjamin.peterson, pitrou, python-dev
Date 2011-10-08.18:35:54
SpamBayes Score 0.005023658
Marked as misclassified No
Message-id <1318098955.58.0.484061905412.issue13125@psf.upfronthosting.co.za>
In-reply-to
Content
Could you arrange to silence stdout/stderr in non-verbose mode?

$ ./python -m test -uall test_lib2to3
[1/1] test_lib2to3
ParseError on file /home/antoine/cpython/default/Lib/lib2to3/main.py bad input: type=22, value='=', context=('', (81, 38))
ParseError on file /home/antoine/cpython/default/Lib/lib2to3/tests/pytree_idempotency.py bad input: type=22, value='=', context=('', (47, 33))
--- /home/antoine/cpython/default/Lib/lib2to3/tests/data/bom.py	2011-08-01 15:24:54.045209157 +0200
+++ @	2011-10-08 20:31:41.981242859 +0200
@@ -1,2 +1,2 @@
-# coding: utf-8
+# coding: utf-8
 print "BOM BOOM!"
1 test OK.
History
Date User Action Args
2011-10-08 18:35:55pitrousetrecipients: + pitrou, barry, benjamin.peterson, python-dev
2011-10-08 18:35:55pitrousetmessageid: <1318098955.58.0.484061905412.issue13125@psf.upfronthosting.co.za>
2011-10-08 18:35:55pitroulinkissue13125 messages
2011-10-08 18:35:54pitroucreate