summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-11-17 20:21:14 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-11-17 20:21:14 (GMT)
commitf988cd03fbc978f93fc2bb350fbd0bc955ae7a65 (patch)
tree45c70b22fe2a2b1dfeb9aad20f54d45b83cc4ca8 /Misc
parent1309adb06ae49d941190c7b2502203b1128fac00 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 96b9f7d..cc134d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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