Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using

TLS or SSL.  Patch by Giampaolo Rodola'.
This commit is contained in:
Antoine Pitrou 2009-11-15 17:22:09 +00:00
parent 82864d1ab1
commit ccd5e02d2b
4 changed files with 450 additions and 5 deletions

View file

@ -429,6 +429,9 @@ Core and Builtins
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.