[Python-checkins] python/dist/src/Misc NEWS,1.1212,1.1213

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Wed Dec 22 13:51:03 CET 2004


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

Modified Files:
	NEWS 
Log Message:
Add NEWS entry about bug #1076985.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1212
retrieving revision 1.1213
diff -u -d -r1.1212 -r1.1213
--- NEWS	20 Dec 2004 23:51:51 -0000	1.1212
+++ NEWS	22 Dec 2004 12:50:50 -0000	1.1213
@@ -60,6 +60,10 @@
 - heapq.nsmallest() and heapq.nlargest() now support key= arguments with
   the same meaning as in list.sort().
 
+- Bug #1076985: ``codecs.StreamReader.readline()`` now calls ``read()`` only
+  once when a size argument is given. This prevents a buffer overflow in the
+  tokenizer with very long source lines.
+
 
 Build
 -----



More information about the Python-checkins mailing list