Message145181
| 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:55 | pitrou | set | recipients:
+ pitrou, barry, benjamin.peterson, python-dev |
| 2011年10月08日 18:35:55 | pitrou | set | messageid: <1318098955.58.0.484061905412.issue13125@psf.upfronthosting.co.za> |
| 2011年10月08日 18:35:55 | pitrou | link | issue13125 messages |
| 2011年10月08日 18:35:54 | pitrou | create |
|