Commit bf99017b authored by Marc-André Lemburg's avatar Marc-André Lemburg

Added note about new StringIO/cStringIO feature.

parent b6fa7893
......@@ -90,6 +90,11 @@ Core
Library
- StringIO.StringIO instances and cStringIO.StringIO instances support
read character buffer compatible objects for their .write() methods.
These objects are converted to strings and then handled as such
by the instances.
- The "email" package has been added. This is basically a port of the
mimelib package <http://sf.net/projects/mimelib> with API changes
and some implementations updated to use iterators and generators.
......
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