Add SSL support for imaplib; add empty PEP301 section

This commit is contained in:
Andrew M. Kuchling 2003-01-03 16:24:28 +00:00
parent 59a7555810
commit 87cebbf601
1 changed files with 15 additions and 0 deletions

View File

@ -701,6 +701,18 @@ See section~\ref{section-pep302} for a description of the new import hooks.
\end{seealso} \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}} \section{PEP 302: New Import Hooks \label{section-pep302}}
@ -1288,6 +1300,9 @@ sequence type. For example:
(Contributed by Kevin O'Connor.) (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, \item Two new functions in the \module{math} module,
\function{degrees(\var{rads})} and \function{radians(\var{degs})}, \function{degrees(\var{rads})} and \function{radians(\var{degs})},
convert between radians and degrees. Other functions in the convert between radians and degrees. Other functions in the