diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-10-27 11:36:41 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-10-27 11:36:41 +0000 |
commit | 2c184e6703988fc4e2d1d925f9663692653f9136 (patch) | |
tree | 1998eda31c1ecc94846fe67a30e6707a20893640 | |
parent | b501a7e67b12f9a423fa50ffe5ef8df97a90d2af (diff) | |
download | cpython-git-2c184e6703988fc4e2d1d925f9663692653f9136.tar.gz |
Add item
-rw-r--r-- | Doc/whatsnew/whatsnew26.tex | 5 |
1 files changed, 4 insertions, 1 deletions
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} |