[Python-checkins] r76380 - python/trunk/Doc/whatsnew/2.7.rst

antoine.pitrou python-checkins at python.org
Wed Nov 18 21:20:47 CET 2009


Author: antoine.pitrou
Date: Wed Nov 18 21:20:46 2009
New Revision: 76380

Log:
Mention Giampolo R's new FTP TLS support in the what's new file



Modified:
   python/trunk/Doc/whatsnew/2.7.rst

Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst	(original)
+++ python/trunk/Doc/whatsnew/2.7.rst	Wed Nov 18 21:20:46 2009
@@ -724,6 +724,12 @@
   :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
 


More information about the Python-checkins mailing list