mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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:
parent
82864d1ab1
commit
ccd5e02d2b
4 changed files with 450 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue