[pypy-svn] r50388 - pypy/branch/ghop-ropes-classes/pypy/rlib/test
cfbolz at codespeak.net
cfbolz at codespeak.net
Sun Jan 6 15:59:46 CET 2008
Author: cfbolz
Date: Sun Jan 6 15:59:46 2008
New Revision: 50388
Modified:
pypy/branch/ghop-ropes-classes/pypy/rlib/test/test_ropewrapper.py
Log:
remove outdated comment
Modified: pypy/branch/ghop-ropes-classes/pypy/rlib/test/test_ropewrapper.py
==============================================================================
--- pypy/branch/ghop-ropes-classes/pypy/rlib/test/test_ropewrapper.py (original)
+++ pypy/branch/ghop-ropes-classes/pypy/rlib/test/test_ropewrapper.py Sun Jan 6 15:59:46 2008
@@ -48,8 +48,6 @@
assert not s1 != s2
def test_iteration(self):
- # XXX rope iteration is working but should use a custom iterator
- # e.g. define an __iter__ method
s = self.const("abcdefghijkl")
i = 0
for c in s:
More information about the Pypy-commit
mailing list