Kaydet (Commit) 11a9bd62 authored tarafından Giampaolo Rodola''s avatar Giampaolo Rodola'

ftplib: update connect() docstring by mentioning 'timeout' argument

üst 34373b22
......@@ -134,6 +134,7 @@ class FTP:
'''Connect to host. Arguments are:
- host: hostname to connect to (string, default previous host)
- port: port to connect to (integer, default previous port)
- timeout: the timeout to set against the ftp socket(s)
- source_address: a 2-tuple (host, port) for the socket to bind
to as its source address before connecting.
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment