Message2500

Author cgroves
Recipients
Date 2006-06-13.02:12:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The cStringIO iter test broke in 2.3 because it
expected the iter to be equal to the cStringIO object.
 cStringIO now extends PyIterator instead of PyObject
and its __next__ method was replaced by an __iternext__
method.

test_StringIO.py passes now, but it requires
test_support.py from Python 2.3 to run  The one in
Jython's svn doesn't run multiple test classes.  
History
Date User Action Args
2008-02-20 17:18:32adminlinkissue1505131 messages
2008-02-20 17:18:32admincreate