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

Skip to content

Commit 2f0047a

Browse files
committed
Note some changes that I need to write about
1 parent 655c955 commit 2f0047a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Doc/whatsnew/whatsnew22.tex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,12 @@ \section{PEP 255: Simple Generators}
338338
\end{seealso}
339339

340340

341+
%======================================================================
342+
\section{PEP 237: Unifying Long Integers and Integers}
343+
344+
XXX write this section
345+
346+
341347
%======================================================================
342348
\section{PEP 238: Changing the Division Operator}
343349

@@ -663,6 +669,8 @@ \section{New and Improved Modules}
663669
\class{MimeTypes} class, which takes a list of filenames to be
664670
parsed. (Contributed by Fred L. Drake, Jr.)
665671

672+
\item XXX threading.Timer class
673+
666674
\end{itemize}
667675

668676

@@ -849,6 +857,8 @@ \section{Other Changes and Fixes}
849857
to load extension modules, it's now possible to set the flags used
850858
by \cfunction{dlopen()} using the \function{sys.getdlopenflags()} and
851859
\function{sys.setdlopenflags()} functions. (Contributed by Bram Stolk.)
860+
861+
\item XXX 3-argument float pow() is gone
852862

853863
\end{itemize}
854864

0 commit comments

Comments
 (0)