]> granicus.if.org Git - python/commitdiff
Add item
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 27 Oct 2006 11:36:41 +0000 (11:36 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 27 Oct 2006 11:36:41 +0000 (11:36 +0000)
Doc/whatsnew/whatsnew26.tex

index df6787d14b5f3c7995626976691463d40152ba53..afe067e654f7c4ba1229dc1b91acfa1558203844 100644 (file)
@@ -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}