]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport checkin:
authorWalter Dörwald <walter@livinglogic.de>
Wed, 20 Jul 2005 22:52:09 +0000 (22:52 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 20 Jul 2005 22:52:09 +0000 (22:52 +0000)
commitba72589680bfc59bc699ca0051be617bb82758b8
tree127b39ba0688f16907b816739a59a280e3a74105
parent31be0ffa0e018ffcd2ae34288ca1d7c030e36a06
Backport checkin:
Make attributes and local variables in the StreamReader str objects instead
of unicode objects, so that codecs that do a str->str decoding won't promote
the result to unicode. This fixes SF bug #1241507.
Lib/codecs.py
Lib/test/test_codecs.py