Fix #19830: Fix a ResourceWarning in test_poplib.

Patch written by Vajrasky Kok.
This commit is contained in:
Victor Stinner 2013-12-09 01:15:10 +01:00
parent 8622ac3ce2
commit 28dd6deca8
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ class TestPOP3_TLSClass(TestPOP3Class):
# happens in the test_too_long_lines case; the overlong
# response will be treated as response to QUIT and raise
# this exception
pass
self.client.close()
self.server.stop()
def test_stls(self):