Author: Manuel Jacob
Branch: py3k
Changeset: r61208:cf03320edfe5
Date: 2013-02-13 13:38 +0100
http://bitbucket.org/pypy/pypy/changeset/cf03320edfe5/
Log: Port another change to test_generators in 3.2 test suite.
diff --git a/lib-python/3.2/test/test_generators.py
b/lib-python/3.2/test/test_generators.py
--- a/lib-python/3.2/test/test_generators.py
+++ b/lib-python/3.2/test/test_generators.py
@@ -1897,7 +1897,7 @@
... gc_collect()
... err = sys.stderr.getvalue().strip()
... err.startswith(
-... "Exception RuntimeError: RuntimeError() in <"
+... "Exception RuntimeError: RuntimeError() in "
... )
... err.endswith("> ignored")
... len(err.splitlines())
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit