From 3673369951f1bb8eff5b23f9a621563015b4362b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Wed, 22 Dec 2004 12:50:50 +0000 Subject: Add NEWS entry about bug #1076985. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index ad0518b..dd34055 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -60,6 +60,10 @@ Library - 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 ----- -- cgit v0.12