]> 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:47:40 +0000 (13:47 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 7 Feb 2014 18:47:40 +0000 (13:47 -0500)
commitbd3a11ba34ff57e1a376d6a6eff2e636bdee2160
tree030bc65f6effba4e74f8506eea8fbc23b7f103ca
parentfcc00723808f08c3c917ca73a1e14da43897a6bd
#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