From 65b7282ef715ef0e9b8f9e8581715d2b4746f960 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 3 Sep 2002 00:53:21 +0000 Subject: [PATCH] Add reminder about PEP293 --- Doc/whatsnew/whatsnew23.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index ff16de1e27..5375775b78 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -457,6 +457,20 @@ strings \samp{True} and \samp{False} instead of \samp{1} and \samp{0}. \end{seealso} +%====================================================================== +\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}} Ever since Python 1.4, the slicing syntax has supported an optional -- 2.50.0