diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 14:23:54 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 14:23:54 (GMT) |
commit | 433307b75dcc396c2eb9465b1bdaeebd7a225703 (patch) | |
tree | 7c5e7127ac48abb9931bc9c8f4da5d15e5d83444 /Doc/whatsnew/whatsnew23.tex | |
parent | eabd9a1314e8721e6046ceb57856de1211a1c9c8 (diff) | |
download | cpython-433307b75dcc396c2eb9465b1bdaeebd7a225703.zip cpython-433307b75dcc396c2eb9465b1bdaeebd7a225703.tar.gz cpython-433307b75dcc396c2eb9465b1bdaeebd7a225703.tar.bz2 |
[Bug #729297] Remove markup in section headers
Diffstat (limited to 'Doc/whatsnew/whatsnew23.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index a5c8af7..f123981 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -378,7 +378,7 @@ and implemented by Jack Jansen.} %====================================================================== -\section{PEP 279: The \function{enumerate()} Built-in Function\label{section-enumerate}} +\section{PEP 279: enumerate()\label{section-enumerate}} A new built-in function, \function{enumerate()}, will make certain loops a bit clearer. \code{enumerate(thing)}, where @@ -414,7 +414,7 @@ and implemented by Raymond D. Hettinger.} %====================================================================== -\section{PEP 282: The \module{logging} Package} +\section{PEP 282: The logging Package} A standard package for writing logs, \module{logging}, has been added to Python 2.3. It provides a powerful and flexible mechanism for @@ -541,7 +541,7 @@ implemented by Vinay Sajip.} %====================================================================== -\section{PEP 285: The \class{bool} Type\label{section-bool}} +\section{PEP 285: A Boolean Type\label{section-bool}} A Boolean type was added to Python 2.3. Two new constants were added to the \module{__builtin__} module, \constant{True} and |