]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make StringIO work in non-unicode builds.
authorMichael W. Hudson <mwh@python.net>
Mon, 18 Mar 2002 13:31:31 +0000 (13:31 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 18 Mar 2002 13:31:31 +0000 (13:31 +0000)
commitd11f1fac66c852ef62b9ddb1ff4c23caf1b8b7c9
treec855ce2b81a27863f96d002128415cf95f62f80c
parentfca4ed6a0997c2b8bb557b1066ac9bdae969ff86
Make StringIO work in non-unicode builds.

Lots of tests fail in non-unicode builds, but I think most of these are
"bugs" in the tests.  I hope so, anyway.
Lib/StringIO.py
Lib/test/test_StringIO.py