diff options
author | Walter Dörwald <walter@livinglogic.de> | 2005-09-01 11:56:53 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2005-09-01 11:56:53 (GMT) |
commit | c5238b82887c9f0507632aec206739c3bb7a1caf (patch) | |
tree | 7e12c90828f3272e3ed0515a25745857f5c43945 /Misc | |
parent | cd3c26a7171af2795df477598d045e46adf5d73b (diff) | |
download | cpython-c5238b82887c9f0507632aec206739c3bb7a1caf.zip cpython-c5238b82887c9f0507632aec206739c3bb7a1caf.tar.gz cpython-c5238b82887c9f0507632aec206739c3bb7a1caf.tar.bz2 |
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
@@ -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 ----- |