]> 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:12 +0000 (09:47 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 09:47:12 +0000 (09:47 +0000)
commit5597e261b2e46494d59bfbd7c6f2758f341ad910
tree584016b9969d29b28266128276a63e9d4974bd2e
parentb2e81e307dc7e7d8a552619b6defddb06e028613
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.
Lib/test/test_StringIO.py
Misc/NEWS
Modules/cStringIO.c