diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-17 20:21:14 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-17 20:21:14 (GMT) |
commit | f988cd03fbc978f93fc2bb350fbd0bc955ae7a65 (patch) | |
tree | 45c70b22fe2a2b1dfeb9aad20f54d45b83cc4ca8 /Misc | |
parent | 1309adb06ae49d941190c7b2502203b1128fac00 (diff) | |
download | cpython-f988cd03fbc978f93fc2bb350fbd0bc955ae7a65.zip cpython-f988cd03fbc978f93fc2bb350fbd0bc955ae7a65.tar.gz cpython-f988cd03fbc978f93fc2bb350fbd0bc955ae7a65.tar.bz2 |
Merged revisions 76309 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76309 | antoine.pitrou | 2009-11-15 18:22:09 +0100 (dim., 15 nov. 2009) | 4 lines
Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using
TLS or SSL. Patch by Giampaolo Rodola'.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -137,6 +137,9 @@ C-API Library ------- +- Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using + TLS or SSL. Patch by Giampaolo Rodola'. + - Issue #7328: pydoc no longer corrupts sys.path when run with the '-m' switch - Issue #4969: The mimetypes module now reads the MIME database from |