mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by
Lorenzo M. Catucci.
This commit is contained in:
parent
b1436f185d
commit
d79f3c8b3a
4 changed files with 6 additions and 0 deletions
|
@ -217,6 +217,7 @@ class RemoteIMAPTest(unittest.TestCase):
|
|||
|
||||
def test_logout(self):
|
||||
rs = self.server.logout()
|
||||
self.server = None
|
||||
self.assertEqual(rs[0], 'BYE')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue