mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix #19830: Fix a ResourceWarning in test_poplib.
Patch written by Vajrasky Kok.
This commit is contained in:
parent
8622ac3ce2
commit
28dd6deca8
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue