[Python-Dev] StringIO not an iterator?

Brett Cannon bac@OCF.Berkeley.EDU
Fri, 31 Jan 2003 18:21:35 -0800 (PST)


[Guido van Rossum]

> Well, maybe StringIO should be upgraded to be a self-iterator, to
> more resemble files.
>
> And cStringIO should probably be fixed as well.
>
> Someome please check in the changes, upload a patch to SF, or at least
> enter a bug report at SF!
>

Done; bug #678519 .

-Brett