From: Andrew M. Kuchling Date: Wed, 3 Apr 2002 22:44:47 +0000 (+0000) Subject: Add empty section for bool X-Git-Tag: v2.3c1~6152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a52ff6df4ad48114c73a5b899da59fd78e4eda7;p=thirdparty%2FPython%2Fcpython.git Add empty section for bool --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 73b3b99b9d92..67fb4c669989 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}