[Python-checkins] python/dist/src/Misc NEWS,1.1358,1.1359
doerwalter@users.sourceforge.net
doerwalter at users.sourceforge.net
Thu Sep 1 13:57:07 CEST 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27925/Misc
Modified Files:
NEWS
Log Message:
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.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1358
retrieving revision 1.1359
diff -u -d -r1.1358 -r1.1359
--- NEWS 30 Aug 2005 10:23:13 -0000 1.1358
+++ NEWS 1 Sep 2005 11:56:53 -0000 1.1359
@@ -439,6 +439,9 @@
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
-----
More information about the Python-checkins
mailing list