From: Benjamin Peterson Date: Sun, 13 Dec 2009 17:31:31 +0000 (+0000) Subject: add NEWS note X-Git-Tag: v2.7a2~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4771d2fe1c3f765cb01e5f808e10b797b430f8d;p=python add NEWS note --- diff --git a/Misc/NEWS b/Misc/NEWS index 76f2377f5a..9c08b432a1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -20,6 +20,9 @@ Core and Builtins Library ------- +- Issue #7348: StringIO.StringIO.readline(-1) now acts as if it got no argument + like other file objects. + - Issue #7357: tarfile no longer suppresses fatal extraction errors by default.