]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads
authorWalter Dörwald <walter@livinglogic.de>
Thu, 1 Sep 2005 11:56:53 +0000 (11:56 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 1 Sep 2005 11:56:53 +0000 (11:56 +0000)
commitc5238b82887c9f0507632aec206739c3bb7a1caf
tree7e12c90828f3272e3ed0515a25745857f5c43945
parentcd3c26a7171af2795df477598d045e46adf5d73b
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