]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport checkin:
authorWalter Dörwald <walter@livinglogic.de>
Thu, 1 Sep 2005 12:03:14 +0000 (12:03 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 1 Sep 2005 12:03:14 +0000 (12:03 +0000)
commit81e2d6b60a3a767eedb2f7882ffea8bdfb01f73f
treee35cff7b6cb620d7ad35361939d70e8e701b4aec
parentcd0af2bf787edaef2144da8926041264866394c0
Backport checkin:
SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads
from the input stream, so that the output is a byte string in the correct
encoding instead of a unicode string.
Lib/codecs.py
Misc/NEWS