]> granicus.if.org Git - python/commit
Restore Python 2.1 StringIO.py behaviour: support concatenating
authorMarc-André Lemburg <mal@egenix.com>
Sun, 6 Jan 2002 17:15:05 +0000 (17:15 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sun, 6 Jan 2002 17:15:05 +0000 (17:15 +0000)
commitf853be980ee54e8f61fa8d70a7b4724e26ac2035
treedd0f3960724eb8991eff5fd5c9afb1a1ae6d93c2
parent23105d5c24579ae0278ed4dcd3905565e15f34a3
Restore Python 2.1 StringIO.py behaviour: support concatenating
Unicode string snippets to larger Unicode strings.

This fix should also go into Python 2.2.1.
Lib/StringIO.py
Lib/test/test_StringIO.py