Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r67122:d01614e0de3a
Date: 2013-09-27 15:28 -0700
http://bitbucket.org/pypy/pypy/changeset/d01614e0de3a/

Log:    n/a on py3k

diff --git a/pypy/objspace/std/test/test_boolobject.py 
b/pypy/objspace/std/test/test_boolobject.py
--- a/pypy/objspace/std/test/test_boolobject.py
+++ b/pypy/objspace/std/test/test_boolobject.py
@@ -47,11 +47,6 @@
         # XXX: broken
         #assert True.__int__() is 1
 
-    def test_bool_long(self):
-        assert long(True) is 1L
-        assert long(False) is 0L
-        assert True.__long__() is 1L
-
     def test_bool_ops(self):
         assert True + True == 2
         assert False | False is False
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to