From: Andrew M. Kuchling Date: Fri, 3 Jan 2003 16:24:28 +0000 (+0000) Subject: Add SSL support for imaplib; add empty PEP301 section X-Git-Tag: v2.3c1~2625 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87cebbf601c2e6d53bdeb1ab0e91ce493cfdcb52;p=python Add SSL support for imaplib; add empty PEP301 section --- 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 @@ -701,6 +701,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}} @@ -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