[Python-checkins] python/dist/src/Misc NEWS,1.1193.2.8,1.1193.2.9

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Wed Dec 22 13:52:24 CET 2004


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Backport checkin:
Add NEWS entry about bug #1076985.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.8
retrieving revision 1.1193.2.9
diff -u -d -r1.1193.2.8 -r1.1193.2.9
--- NEWS	21 Dec 2004 14:04:39 -0000	1.1193.2.8
+++ NEWS	22 Dec 2004 12:52:15 -0000	1.1193.2.9
@@ -36,6 +36,10 @@
   extended or overridden by subclasses.  Formerly, the subclassed method would
   be ignored by the rest of the module.  (Bug #1078905).
 
+- 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