diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 14:26:54 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 14:26:54 (GMT) |
commit | 8d17709c5cfdaa19209a2a8154e0867b8ffe56df (patch) | |
tree | 436141e3b66a9e7baadd7ff7456d126169996ff8 /Doc/whatsnew/whatsnew23.tex | |
parent | 433307b75dcc396c2eb9465b1bdaeebd7a225703 (diff) | |
download | cpython-8d17709c5cfdaa19209a2a8154e0867b8ffe56df.zip cpython-8d17709c5cfdaa19209a2a8154e0867b8ffe56df.tar.gz cpython-8d17709c5cfdaa19209a2a8154e0867b8ffe56df.tar.bz2 |
Remove more markup from headers
Diffstat (limited to 'Doc/whatsnew/whatsnew23.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index f123981..55b05a1 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -1916,7 +1916,7 @@ documentation}{../lib/module-datetime.html}. %====================================================================== -\subsection{The \module{optparse} Module} +\subsection{The optparse Module} The \module{getopt} module provides simple parsing of command-line arguments. The new \module{optparse} module (originally named Optik) @@ -1992,7 +1992,7 @@ the Getopt SIG. %====================================================================== -\section{Specialized Object Allocator (pymalloc)\label{section-pymalloc}} +\section{Pymalloc: A Specialized Object Allocator\label{section-pymalloc}} Pymalloc, a specialized object allocator written by Vladimir Marangozov, was a feature added to Python 2.1. Pymalloc is intended |