commit | c4771d2fe1c3f765cb01e5f808e10b797b430f8d | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Dec 13 17:31:31 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Dec 13 17:31:31 2009 +0000 |
tree | e52bc1378733318c91451c67703d1692be1f74aa | |
parent | 414721614f6f550f8d8353b09b178e1d055f1d1f [diff] [blame] |
add NEWS note
diff --git a/Misc/NEWS b/Misc/NEWS index 76f2377..9c08b43 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,9 @@ 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.