summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 307b359..3ac8db4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -439,6 +439,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
-----