commit | 3c48709e3a6bc78bf2777b6b202eff0b2c323b89 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Oct 12 09:47:17 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Oct 12 09:47:17 2006 +0000 |
tree | 4b0ed840f781252c404be346e0ead3e5b5759a8c | |
parent | fcf6696255b36efd73745d4e5e8e9a1dcbd2fd40 [diff] |
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)