]> granicus.if.org Git - python/commit
Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 22 Oct 2011 19:26:01 +0000 (21:26 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 22 Oct 2011 19:26:01 +0000 (21:26 +0200)
commit5a77fe92bd26db11684e4922707d80f654be31dc
tree47fcd8c286d773367b084741c88df5a8accbfa8e
parentf678e822406a5063b294036f5521c2294a6e20bd
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.
Doc/library/stringio.rst
Lib/test/test_StringIO.py
Misc/NEWS
Modules/cStringIO.c