commit | ccd5e02d2bc64a48c32c24a1ee988b7dd17a94cf | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Nov 15 17:22:09 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Nov 15 17:22:09 2009 +0000 |
tree | 1e1b039407108fcde1029fe6db1488ce61f506cc | |
parent | 82864d1ab101d971e77b73cac9e994fd09cd796b [diff] [blame] |
Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using TLS or SSL. Patch by Giampaolo Rodola'.
diff --git a/Misc/NEWS b/Misc/NEWS index 1e406f0..2f55a67 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -429,6 +429,9 @@ Library ------- +- Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using + TLS or SSL. Patch by Giampaolo Rodola'. + - Issue #4969: The mimetypes module now reads the MIME database from the registry under Windows. Patch by Gabriel Genellina.