[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.47,1.48

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 22 Aug 2002 09:51:11 -0700


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

Modified Files:
	whatsnew23.tex 
Log Message:
Give the section on PEP 263 a more meaningful title, so readers will
be able to locate this information without knowing the PEP number.


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** whatsnew23.tex	20 Aug 2002 01:34:06 -0000	1.47
--- whatsnew23.tex	22 Aug 2002 16:51:08 -0000	1.48
***************
*** 283,287 ****
  
  %======================================================================
! \section{PEP 263: \label{section-encodings}}
  
  Python source files can now be declared as being in different
--- 283,287 ----
  
  %======================================================================
! \section{PEP 263: Source Code Encodings \label{section-encodings}}
  
  Python source files can now be declared as being in different