From 1dc4b8449ad1f5f9e81758f8a4952fe3720a6d5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Walter=20D=C3=B6rwald?= Date: Wed, 22 Dec 2004 12:52:15 +0000 Subject: [PATCH] Backport checkin: Add NEWS entry about bug #1076985. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index f832b2d68e83..d5c230285a77 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -36,6 +36,10 @@ Library 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 ----- -- 2.47.3