summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2005-09-01 12:03:14 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2005-09-01 12:03:14 (GMT)
commit81e2d6b60a3a767eedb2f7882ffea8bdfb01f73f (patch)
treee35cff7b6cb620d7ad35361939d70e8e701b4aec /Misc
parentcd0af2bf787edaef2144da8926041264866394c0 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b265e33..9a890d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----