Commit 58b072d5 authored by Barry Warsaw's avatar Barry Warsaw

{String,cString}IO.StringIO's support iteration.

parent 3e8be722
......@@ -45,6 +45,10 @@ Core
Library
- StringIO.StringIO instances and cStringIO.StringIO instances support
iteration just like file objects (i.e. their .readline() method is
called for each iteration until it returns an empty string).
- The codecs module has grown four new helper APIs to access
builtin codecs: getencoder(), getdecoder(), getreader(),
getwriter().
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment