summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-11-18 20:20:46 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-11-18 20:20:46 (GMT)
commitc029942ea0cf2311e6a6af232a21d7d2085edcb8 (patch)
treed1c17a0fcada7ae9de45f6709b7002853e86f399 /Doc/whatsnew
parent845688d0c6e1f2062cadf2aad2b03f88263404d7 (diff)
downloadcpython-c029942ea0cf2311e6a6af232a21d7d2085edcb8.zip
cpython-c029942ea0cf2311e6a6af232a21d7d2085edcb8.tar.gz
cpython-c029942ea0cf2311e6a6af232a21d7d2085edcb8.tar.bz2
Mention Giampolo R's new FTP TLS support in the what's new file
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index dd6e1d7..b791866 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -724,6 +724,12 @@ changes, or look through the Subversion logs for all the details.
:mod:`zipfile` now supports archiving empty directories and
extracts them correctly. (Fixed by Kuba Wieczorek; :issue:`4710`.)
+* The :mod:`ftplib` module gains the ability to establish secure FTP
+ connections using TLS encapsulation of authentication as well as
+ subsequent control and data transfers. This is provided by the new
+ :class:`ftplib.FTP_TLS` class.
+ (Contributed by Giampaolo Rodola', :issue:`2054`.)
+
.. ======================================================================
.. whole new modules get described in subsections here