From: Andrew M. Kuchling Date: Fri, 27 Oct 2006 11:36:41 +0000 (+0000) Subject: Add item X-Git-Tag: v2.6a1~2529 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c184e6703988fc4e2d1d925f9663692653f9136;p=python Add item --- diff --git a/Doc/whatsnew/whatsnew26.tex b/Doc/whatsnew/whatsnew26.tex index df6787d14b..afe067e654 100644 --- a/Doc/whatsnew/whatsnew26.tex +++ b/Doc/whatsnew/whatsnew26.tex @@ -67,7 +67,10 @@ details. \begin{itemize} -\item Descriptions go here. +\item The \module{smtplib} module now supports SMTP over +SSL thanks to the addition of the \class{SMTP_SSL} class. +This class supports an interface identical to the existing \class{SMTP} +class. (Contributed by Monty Taylor.) \end{itemize}