[Python-checkins] python/dist/src/Misc NEWS,1.1357,1.1358

doerwalter@users.sourceforge.net doerwalter at users.sourceforge.net
Tue Aug 30 12:23:25 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
about illegal code points. The codec now supports PEP 293 style error handlers.
(This is a variant of the Nik Haldimann's patch that detects truncated data)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1357
retrieving revision 1.1358
diff -u -d -r1.1357 -r1.1358
--- NEWS	27 Aug 2005 10:07:56 -0000	1.1357
+++ NEWS	30 Aug 2005 10:23:13 -0000	1.1358
@@ -435,6 +435,10 @@
   line ending. Remove the special handling of a "\r\n" that has been split
   between two lines.
 
+- Bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
+  about illegal code points. The codec now supports PEP 293 style error
+  handlers.
+
 
 Build
 -----



More information about the Python-checkins mailing list