]> granicus.if.org Git - python/commit
#20013: don't raise socket error when selected mailbox deleted.
authorR David Murray <rdmurray@bitdance.com>
Fri, 7 Feb 2014 18:51:22 +0000 (13:51 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 7 Feb 2014 18:51:22 +0000 (13:51 -0500)
commitca00c6ea65c47e709c89dc16960b13e4b3e00c56
tree26e3cb0eaa2f85557b0d5c500a81ffe4b686a18d
parent76249ea4a7ab1cb0fa41d967b2fb8975916cb955
#20013: don't raise socket error when selected mailbox deleted.

I'm checking this in without a test because not much of this code
is tested and I don't have time to work up the necessary extensions
to the existing test framework.

The patch itself was tested by the person who reported the bug.
Lib/imaplib.py
Misc/NEWS