commit | 5a77fe92bd26db11684e4922707d80f654be31dc | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 22 21:26:01 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 22 21:26:01 2011 +0200 |
tree | 47fcd8c286d773367b084741c88df5a8accbfa8e | |
parent | f678e822406a5063b294036f5521c2294a6e20bd [diff] |
Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode arguments with the system default encoding just like the write() method does, instead of converting it to a raw buffer.