summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-04-03 22:44:47 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-04-03 22:44:47 (GMT)
commit3a52ff6df4ad48114c73a5b899da59fd78e4eda7 (patch)
tree63a3b0fbb7702441812a9bc83645888c7d119362 /Doc/whatsnew
parent77f6a65eb00f005939c6c7c5d6ac0f037a0ce1bd (diff)
downloadcpython-3a52ff6df4ad48114c73a5b899da59fd78e4eda7.zip
cpython-3a52ff6df4ad48114c73a5b899da59fd78e4eda7.tar.gz
cpython-3a52ff6df4ad48114c73a5b899da59fd78e4eda7.tar.bz2
Add empty section for bool
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew23.tex12
1 files changed, 12 insertions, 0 deletions
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