summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-12-13 17:34:05 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-12-13 17:34:05 (GMT)
commit9567112eb7af9e40f2d942ec73faa42b3182bf3f (patch)
treee6b90b86a4eefd640f93ec6c298bbb6257239f40 /Misc
parentd76e711eabd7b1d0ff96b4df2d8e7ba86be40abe (diff)
downloadcpython-9567112eb7af9e40f2d942ec73faa42b3182bf3f.zip
cpython-9567112eb7af9e40f2d942ec73faa42b3182bf3f.tar.gz
cpython-9567112eb7af9e40f2d942ec73faa42b3182bf3f.tar.bz2
Merged revisions 76798-76799 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76798 | benjamin.peterson | 2009-12-13 11:29:16 -0600 (Sun, 13 Dec 2009) | 1 line make StringIO like other file objects in that readline(-1) has no effect #7348 ........ r76799 | benjamin.peterson | 2009-12-13 11:31:31 -0600 (Sun, 13 Dec 2009) | 1 line 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 d9cb038..a933f62 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@ Core and Builtins
Library
-------
+- Issue #7348: StringIO.StringIO.readline(-1) now acts as if it got no argument
+ like other file objects.
+
- Issue #5949: fixed IMAP4_SSL hang when the IMAP server response is
missing proper end-of-line termination.