Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87cebbf

Browse files
committed
Add SSL support for imaplib; add empty PEP301 section
1 parent 59a7555 commit 87cebbf

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,18 @@ \section{PEP 273: Importing Modules from Zip Archives}
701701

702702
\end{seealso}
703703

704+
%======================================================================
705+
\section{PEP 301: Package Index and Metadata for Distutils\label{section-pep301}}
706+
707+
XXX This section needs to be written.
708+
709+
\begin{seealso}
710+
711+
\seepep{301}{Package Index and Metadata for Distutils}{Written and implemented by Richard Jones.}
712+
713+
\end{seealso}
714+
715+
704716
%======================================================================
705717
\section{PEP 302: New Import Hooks \label{section-pep302}}
706718

@@ -1288,6 +1300,9 @@ \section{New and Improved Modules}
12881300

12891301
(Contributed by Kevin O'Connor.)
12901302

1303+
\item The \module{imaplib} module now supports IMAP over SSL.
1304+
(Contributed by Piers Lauder and Tino Lange.)
1305+
12911306
\item Two new functions in the \module{math} module,
12921307
\function{degrees(\var{rads})} and \function{radians(\var{degs})},
12931308
convert between radians and degrees. Other functions in the

0 commit comments

Comments
 (0)