]> granicus.if.org Git - python/commit
Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode
authorGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 09:47:17 +0000 (09:47 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 09:47:17 +0000 (09:47 +0000)
commit3c48709e3a6bc78bf2777b6b202eff0b2c323b89
tree4b0ed840f781252c404be346e0ead3e5b5759a8c
parentfcf6696255b36efd73745d4e5e8e9a1dcbd2fd40
Bug #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.
 (backport from rev. 52301)
Lib/test/test_StringIO.py
Misc/NEWS
Modules/cStringIO.c