diff options
author | Georg Brandl <georg@python.org> | 2009-04-05 10:48:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-05 10:48:47 (GMT) |
commit | 50ba6e1b50af3603414cf9c760090e8eba0eb347 (patch) | |
tree | 1e19bc0a95fdd0aab33b578f528286ac2020db0c /Misc/NEWS | |
parent | 5d19610f8d12ad179a24db13b10b54dfdf36ab3e (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(). |