mirror of https://github.com/python/cpython
mark implementation detail as such
This commit is contained in:
parent
0badae4748
commit
cf3e20c8e8
|
@ -152,6 +152,7 @@ class TestReversed(unittest.TestCase):
|
||||||
x = xrange(1)
|
x = xrange(1)
|
||||||
self.assertEqual(type(reversed(x)), type(iter(x)))
|
self.assertEqual(type(reversed(x)), type(iter(x)))
|
||||||
|
|
||||||
|
@test_support.cpython_only
|
||||||
def test_len(self):
|
def test_len(self):
|
||||||
# This is an implementation detail, not an interface requirement
|
# This is an implementation detail, not an interface requirement
|
||||||
from test.test_iterlen import len
|
from test.test_iterlen import len
|
||||||
|
|
Loading…
Reference in New Issue