diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 73b3b99b9d9..67fb4c66998 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -181,6 +181,18 @@ and Tim Peters, with other fixes from the Python Labs crew.} \end{seealso} +%====================================================================== +\section{PEP 285: The \class{bool} Type} + +XXX write this section + +\begin{seealso} + +\seepep{285}{Adding a bool type}{Written and implemented by GvR.} + +\end{seealso} + + %====================================================================== \section{New and Improved Modules}