mirror of https://github.com/python/cpython
Browse Source
The imap.IMAP4.logout() method no longer ignores silently arbitrary exceptions. Changes: * The IMAP4.logout() method now expects a "BYE" untagged response, rather than relying on _check_bye() which raises a self.abort() exception. * IMAP4.__exit__() now does nothing if the client already logged out. * Add more debug info if test_logout() tests fail.pull/11844/merge
committed by
GitHub
5 changed files with 28 additions and 13 deletions
Loading…
Reference in new issue