summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-01-03 16:24:28 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-01-03 16:24:28 (GMT)
commit87cebbf601c2e6d53bdeb1ab0e91ce493cfdcb52 (patch)
treefc0b54ba8c5d5b35a0e7e09334d0f4156cc5aa9d
parent59a755581008c3b2ca5b18d728a42bbb2a0e5189 (diff)
downloadcpython-87cebbf601c2e6d53bdeb1ab0e91ce493cfdcb52.zip
cpython-87cebbf601c2e6d53bdeb1ab0e91ce493cfdcb52.tar.gz
cpython-87cebbf601c2e6d53bdeb1ab0e91ce493cfdcb52.tar.bz2
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 c0c6abe..39bcb08 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