[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.49,1.50

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 02 Sep 2002 17:53:23 -0700


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

Modified Files:
	whatsnew23.tex 
Log Message:
Add reminder about PEP293

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** whatsnew23.tex	30 Aug 2002 13:09:48 -0000	1.49
--- whatsnew23.tex	3 Sep 2002 00:53:21 -0000	1.50
***************
*** 458,461 ****
--- 458,475 ----
  
  
+ %======================================================================
+ \section{PEP 293: Codec Error Handling Callbacks}
+ 
+ XXX write this section
+ 
+ \begin{seealso}
+ 
+ \seepep{293}{Codec Error Handling Callbacks}{Written and implemented by 
+ Walter Dörwald.}
+ 
+ \end{seealso}
+ 
+ 
+ %======================================================================
  \section{Extended Slices\label{section-slices}}