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

doerwalter@users.sourceforge.net doerwalter at users.sourceforge.net
Tue Aug 30 12:46:16 CEST 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Backport checkin:
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 patch by Nik Haldimann that detects truncated data)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.91
retrieving revision 1.1193.2.92
diff -u -d -r1.1193.2.91 -r1.1193.2.92
--- NEWS	27 Aug 2005 19:29:21 -0000	1.1193.2.91
+++ NEWS	30 Aug 2005 10:46:06 -0000	1.1193.2.92
@@ -137,6 +137,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