Home
last modified time | relevance | path

Searched refs:makeport (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dftplib.py311 def makeport(self): member in FTP
374 with self.makeport() as sock:
/third_party/python/Lib/test/
Dtest_ftplib.py709 with self.client.makeport():
875 with self.client.makeport():
/third_party/python/Misc/
DHISTORY5555 - Issue #16646: ftplib.FTP.makeport() might lose socket error details.
16218 - Issue #3911: ftplib.FTP.makeport() could give invalid port numbers.