[Python-checkins] python/dist/src/Doc/whatsnew whatsnew21.tex,1.29,1.30 whatsnew23.tex,1.146,1.147

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 13 May 2003 07:26:58 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv20416

Modified Files:
	whatsnew21.tex whatsnew23.tex 
Log Message:
Remove more markup from headers

Index: whatsnew21.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew21.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** whatsnew21.tex	27 Nov 2002 18:53:38 -0000	1.29
--- whatsnew21.tex	13 May 2003 14:26:54 -0000	1.30
***************
*** 140,144 ****
  
  %======================================================================
! \section{PEP 236: \module{__future__} Directives}
  
  The reaction to nested scopes was widespread concern about the dangers
--- 140,144 ----
  
  %======================================================================
! \section{PEP 236: __future__ Directives}
  
  The reaction to nested scopes was widespread concern about the dangers
***************
*** 493,497 ****
  %======================================================================
  
! \section{PEP 235: Case-Insensitive Platforms and \keyword{import}}
  
  Some operating systems have filesystems that are case-insensitive,
--- 493,497 ----
  %======================================================================
  
! \section{PEP 235: Importing Modules on Case-Insensitive Platforms}
  
  Some operating systems have filesystems that are case-insensitive,

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** whatsnew23.tex	13 May 2003 14:23:54 -0000	1.146
--- whatsnew23.tex	13 May 2003 14:26:54 -0000	1.147
***************
*** 1917,1921 ****
  
  %======================================================================
! \subsection{The \module{optparse} Module}
  
  The \module{getopt} module provides simple parsing of command-line
--- 1917,1921 ----
  
  %======================================================================
! \subsection{The optparse Module}
  
  The \module{getopt} module provides simple parsing of command-line
***************
*** 1993,1997 ****
  
  %======================================================================
! \section{Specialized Object Allocator (pymalloc)\label{section-pymalloc}}
  
  Pymalloc, a specialized object allocator written by Vladimir
--- 1993,1997 ----
  
  %======================================================================
! \section{Pymalloc: A Specialized Object Allocator\label{section-pymalloc}}
  
  Pymalloc, a specialized object allocator written by Vladimir