[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.51,1.52

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 13 Sep 2002 19:03:28 -0700


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

Modified Files:
	whatsnew23.tex 
Log Message:
Fix a couple of minor markup glitches.

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** whatsnew23.tex	13 Sep 2002 22:21:42 -0000	1.51
--- whatsnew23.tex	14 Sep 2002 02:03:25 -0000	1.52
***************
*** 970,975 ****
  software development process in action.
  
! \item The value of the C \cfunction{PYTHON_API_VERSION} macro is now exposed 
! at the Python level as \constant{sys.api_version}.
  
  \item The new \module{textwrap} module contains functions for wrapping
--- 970,975 ----
  software development process in action.
  
! \item The value of the C \constant{PYTHON_API_VERSION} macro is now exposed 
! at the Python level as \code{sys.api_version}.
  
  \item The new \module{textwrap} module contains functions for wrapping