Author: Manuel Jacob <m...@manueljacob.de>
Branch: py3k
Changeset: r78396:378aaa60e293
Date: 2015-07-02 01:46 +0200
http://bitbucket.org/pypy/pypy/changeset/378aaa60e293/

Log:    Fix syntax error.

diff --git a/pypy/module/_io/test/test_io.py b/pypy/module/_io/test/test_io.py
--- a/pypy/module/_io/test/test_io.py
+++ b/pypy/module/_io/test/test_io.py
@@ -457,7 +457,6 @@
                 {"mode": "w+", "buffering": 2},
                 {"mode": "w+b", "buffering": 0},
             ]:
-            print kwargs
             f = _io.open(self.tmpfile, **kwargs)
             f.close()
             raises(ValueError, f.flush)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to