Merged revisions 71217 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71217 | georg.brandl | 2009-04-05 12:48:47 +0200 (So, 05 Apr 2009) | 1 line
#1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 09190a0..c108964 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -95,6 +95,8 @@
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().