diff options
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index ff16de1..5375775 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 |