mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Merged revisions 82229 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r82229 | benjamin.peterson | 2010-06-25 17:58:47 -0500 (Fri, 25 Jun 2010) | 1 line mark implementation detail as such ........
This commit is contained in:
parent
f16eec2cac
commit
c7a7d406c8
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ class TestReversed(unittest.TestCase):
|
|||
x = range(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue