Author: Squeaky <squeaky...@gmx.com>
Branch: simple-range-strategy
Changeset: r69683:eb5fef9132bf
Date: 2014-03-04 18:16 +0100
http://bitbucket.org/pypy/pypy/changeset/eb5fef9132bf/

Log:    and this

diff --git a/pypy/objspace/std/test/test_rangeobject.py 
b/pypy/objspace/std/test/test_rangeobject.py
--- a/pypy/objspace/std/test/test_rangeobject.py
+++ b/pypy/objspace/std/test/test_rangeobject.py
@@ -102,6 +102,7 @@
         assert self.not_forced(r)
         res = r.pop()
         assert res == 8
+        assert repr(r) == repr(range(8))
         assert self.not_forced(r)
         res = r.pop(0)
         assert res == 0
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to