Author: Armin Rigo <ar...@tunes.org>
Branch: int-float-list-strategy
Changeset: r78394:be46d1ff397d
Date: 2015-07-01 23:54 +0200
http://bitbucket.org/pypy/pypy/changeset/be46d1ff397d/

Log:    These two cases are now implemented

diff --git a/pypy/objspace/std/test/test_liststrategies.py 
b/pypy/objspace/std/test/test_liststrategies.py
--- a/pypy/objspace/std/test/test_liststrategies.py
+++ b/pypy/objspace/std/test/test_liststrategies.py
@@ -893,8 +893,6 @@
         # lst = [0]; lst += [1.2, 3]
         # lst = [1.2]; lst += [0]
         # lst = [1.2]; lst += [0, 3.4]
-        # lst = [0, 1.2]; lst += [3]
-        # lst = [0, 1.2]; lst += [3.4]
 
     def test_int_or_float_setslice(self):
         space = self.space
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to