]> granicus.if.org Git - python/commit
Make StringIO its own iterator, similar to real files.
authorGuido van Rossum <guido@python.org>
Fri, 31 Jan 2003 16:04:15 +0000 (16:04 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Jan 2003 16:04:15 +0000 (16:04 +0000)
commitc1265bd9a65b510c290667f7d9fbbf6e3156f386
tree28d9bb11271986a8ff056213b0774e34d9a29875
parent5b8132ffa34244cc24b603d8462e6e733e014e71
Make StringIO its own iterator, similar to real files.

(This should also be done to cStringIO.)
Lib/StringIO.py