Commit cf3e20c8 authored by Benjamin Peterson's avatar Benjamin Peterson

mark implementation detail as such

parent 0badae47
......@@ -152,6 +152,7 @@ class TestReversed(unittest.TestCase):
x = xrange(1)
self.assertEqual(type(reversed(x)), type(iter(x)))
@test_support.cpython_only
def test_len(self):
# This is an implementation detail, not an interface requirement
from test.test_iterlen import len
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment