summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-01-03 16:24:28 +0000
committerAndrew M. Kuchling <amk@amk.ca>2003-01-03 16:24:28 +0000
commita9c570b192aaeb464c8253b66d1e97f02fdaf28e (patch)
treed4b658fe73d0fded17e5da3ccc65563df63ad2ed
parent103db4ca60fbe5038220947bfff2f9f62c8d8249 (diff)
downloadcpython-a9c570b192aaeb464c8253b66d1e97f02fdaf28e.tar.gz
Add SSL support for imaplib; add empty PEP301 section
-rw-r--r--Doc/whatsnew/whatsnew23.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index c0c6abe0bb..39bcb08730 100644
--- a/Doc/whatsnew/whatsnew23.tex
+++ b/Doc/whatsnew/whatsnew23.tex
@@ -702,6 +702,18 @@ See section~\ref{section-pep302} for a description of the new import hooks.
\end{seealso}
%======================================================================
+\section{PEP 301: Package Index and Metadata for Distutils\label{section-pep301}}
+
+XXX This section needs to be written.
+
+\begin{seealso}
+
+\seepep{301}{Package Index and Metadata for Distutils}{Written and implemented by Richard Jones.}
+
+\end{seealso}
+
+
+%======================================================================
\section{PEP 302: New Import Hooks \label{section-pep302}}
While it's been possible to write custom import hooks ever since the
@@ -1288,6 +1300,9 @@ sequence type. For example:
(Contributed by Kevin O'Connor.)
+\item The \module{imaplib} module now supports IMAP over SSL.
+(Contributed by Piers Lauder and Tino Lange.)
+
\item Two new functions in the \module{math} module,
\function{degrees(\var{rads})} and \function{radians(\var{degs})},
convert between radians and degrees. Other functions in the