◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
2 changes: 2 additions & 0 deletions Lib/test/test_ftplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,8 @@ def setUp(self):
def tearDown(self):
ftplib.FTP.port = self.old_port
self.server_thread.join()

def server(self):
# This method sets the evt 3 times:
Expand Down
Toggle all file notes Toggle all file annotations