add NEWS note

This commit is contained in:
Benjamin Peterson 2009-12-13 17:31:31 +00:00
parent 414721614f
commit c4771d2fe1

View file

@ -20,6 +20,9 @@ Core and Builtins
Library 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 - Issue #7357: tarfile no longer suppresses fatal extraction errors by
default. default.