From 3a52ff6df4ad48114c73a5b899da59fd78e4eda7 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 3 Apr 2002 22:44:47 +0000 Subject: Add empty section for bool --- Doc/whatsnew/whatsnew23.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 73b3b99..67fb4c6 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -182,6 +182,18 @@ and Tim Peters, with other fixes from the Python Labs crew.} %====================================================================== +\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} arraymodule.c: - add Py_UNICODE arrays -- cgit v0.12