[Python-checkins] cpython: Add a couple other whatsnew items

antoine.pitrou python-checkins at python.org
Thu Nov 17 02:25:34 CET 2011


http://hg.python.org/cpython/rev/f57eca95cc2b
changeset:   73599:f57eca95cc2b
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Nov 17 02:20:48 2011 +0100
summary:
  Add a couple other whatsnew items

files:
  Doc/whatsnew/3.3.rst |  20 ++++++++++++++++++--
  1 files changed, 18 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -307,6 +307,15 @@
 (Contributed by Giampaolo Rodolà in :issue:`12139`)
 
 
+imaplib
+-------
+
+The :class:`~imaplib.IMAP4_SSL` constructor now accepts an SSLContext
+parameter to control parameters of the secure channel.
+
+(Contributed by Sijin Joseph in :issue:`8808`)
+
+
 math
 ----
 
@@ -534,8 +543,6 @@
 
   (Contributed by Jacek Konieczny in :issue:`12551`)
 
-
-
 shutil
 ------
 
@@ -547,6 +554,15 @@
     path also specifying the user/group names and not only their numeric
     ids. (Contributed by Sandro Tosi in :issue:`12191`)
 
+smtplib
+-------
+
+The :class:`~smtplib.SMTP_SSL` constructor and the :meth:`~smtplib.SMTP.starttls`
+method now accept an SSLContext parameter to control parameters of the secure
+channel.
+
+(Contributed by Kasun Herath in :issue:`8809`)
+
 urllib
 ------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list