]> granicus.if.org Git - python/commit
Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Nov 2009 17:22:09 +0000 (17:22 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Nov 2009 17:22:09 +0000 (17:22 +0000)
commitccd5e02d2bc64a48c32c24a1ee988b7dd17a94cf
tree1e1b039407108fcde1029fe6db1488ce61f506cc
parent82864d1ab101d971e77b73cac9e994fd09cd796b
Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using
TLS or SSL.  Patch by Giampaolo Rodola'.
Doc/library/ftplib.rst
Lib/ftplib.py
Lib/test/test_ftplib.py
Misc/NEWS