[Python-checkins] python/dist/src/Misc NEWS,1.1382,1.1383

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Sun Oct 2 03:48:54 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
- Fix segfault with invalid coding.
- SF Bug #772896, unknown encoding results in MemoryError, which is not helpful

I will only backport the segfault fix.  I'll let Anthony decide if he wants
the other changes backported.  I will do the backport if asked.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1382
retrieving revision 1.1383
diff -u -d -r1.1382 -r1.1383
--- NEWS	1 Oct 2005 16:32:31 -0000	1.1382
+++ NEWS	2 Oct 2005 01:48:49 -0000	1.1383
@@ -12,6 +12,10 @@
 Core and builtins
 -----------------
 
+- Fix segfault with invalid coding.
+
+- SF bug #772896: unknown encoding results in MemoryError.
+
 - All iterators now have a Boolean value of true.  Formerly, some iterators
   supported a __len__() method which evaluated to False when the iterator
   was empty.



More information about the Python-checkins mailing list