summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-05 10:48:47 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-05 10:48:47 (GMT)
commit50ba6e1b50af3603414cf9c760090e8eba0eb347 (patch)
tree1e19bc0a95fdd0aab33b578f528286ac2020db0c /Misc/NEWS
parent5d19610f8d12ad179a24db13b10b54dfdf36ab3e (diff)
downloadcpython-50ba6e1b50af3603414cf9c760090e8eba0eb347.zip
cpython-50ba6e1b50af3603414cf9c760090e8eba0eb347.tar.gz
cpython-50ba6e1b50af3603414cf9c760090e8eba0eb347.tar.bz2
#1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index db86b51..13d2202 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -210,6 +210,8 @@ Core and Builtins
Library
-------
+- Issue 1726172: fix IndexError in the case of and empty response in ftplib.
+
- Issue 2625: added missing iteritems() call to the for loop in
mailbox.MH.get_message().