diff options
author | Walter Dörwald <walter@livinglogic.de> | 2005-09-01 12:03:14 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2005-09-01 12:03:14 (GMT) |
commit | 81e2d6b60a3a767eedb2f7882ffea8bdfb01f73f (patch) | |
tree | e35cff7b6cb620d7ad35361939d70e8e701b4aec /Misc | |
parent | cd0af2bf787edaef2144da8926041264866394c0 (diff) | |
download | cpython-81e2d6b60a3a767eedb2f7882ffea8bdfb01f73f.zip cpython-81e2d6b60a3a767eedb2f7882ffea8bdfb01f73f.tar.gz cpython-81e2d6b60a3a767eedb2f7882ffea8bdfb01f73f.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -141,6 +141,9 @@ Library about illegal code points. The codec now supports PEP 293 style error handlers. +- 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. Build ----- |