summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-12-13 17:31:31 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-12-13 17:31:31 (GMT)
commitc4771d2fe1c3f765cb01e5f808e10b797b430f8d (patch)
treee52bc1378733318c91451c67703d1692be1f74aa /Misc
parent414721614f6f550f8d8353b09b178e1d055f1d1f (diff)
downloadcpython-c4771d2fe1c3f765cb01e5f808e10b797b430f8d.zip
cpython-c4771d2fe1c3f765cb01e5f808e10b797b430f8d.tar.gz
cpython-c4771d2fe1c3f765cb01e5f808e10b797b430f8d.tar.bz2
add NEWS note
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 76f2377..9c08b43 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.