[Python-bugs-list] [ python-Bugs-678519 ] StringIO self-iterator

SourceForge.net noreply@sourceforge.net
Fri, 31 Jan 2003 18:42:34 -0800


Bugs item #678519, was opened at 2003-01-31 21:26
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=678519&group_id=5470

Category: Python Library
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Brett Cannon (bcannon)
>Assigned to: Tim Peters (tim_one)
Summary: StringIO self-iterator

Initial Comment:
As requested by Guido at http://mail.python.org/pipermail/python-dev/2003-January/032629.html , this is a feature request to make both cStringIO and StringIO self-iterators (``__iter__()`` returns self and the class defines ``next()``).  This is so they can be more like files.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=678519&group_id=5470