[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.92, 1.1193.2.93

doerwalter@users.sourceforge.net doerwalter at users.sourceforge.net
Thu Sep 1 14:03:26 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32536/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
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.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.92
retrieving revision 1.1193.2.93
diff -u -d -r1.1193.2.92 -r1.1193.2.93
--- NEWS	30 Aug 2005 10:46:06 -0000	1.1193.2.92
+++ NEWS	1 Sep 2005 12:03:14 -0000	1.1193.2.93
@@ -141,6 +141,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