]> granicus.if.org Git - python/commit
Added the posibility to pass the timeout to FTP.connect, not only when
authorFacundo Batista <facundobatista@gmail.com>
Fri, 30 Mar 2007 13:00:35 +0000 (13:00 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Fri, 30 Mar 2007 13:00:35 +0000 (13:00 +0000)
commit93c33680a031a5b2b11aaebe0f6dcc1b803f7be1
tree561f3827481530171cbe5590e5b715af5b61bf11
parentb6a5c9d605588e962f1cd242d2a52065f4c141db
Added the posibility to pass the timeout to FTP.connect, not only when
instantiating the class. Docs and tests are updated.
Doc/lib/libftplib.tex
Lib/ftplib.py
Lib/test/test_ftplib.py