From: Martin v. Löwis Date: Mon, 29 Jun 2009 06:35:26 +0000 (+0000) Subject: Link to PEP 383. X-Git-Tag: v3.2a1~2942 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d2eca0edaa864edaefd77988d103d2b5179e781;p=python Link to PEP 383. --- diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index e3f98efc68..53437ce1e5 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -322,7 +322,8 @@ and implemented by all standard Python codecs: | ``'backslashreplace'`` | Replace with backslashed escape sequences | | | (only for encoding). | +-------------------------+-----------------------------------------------+ -| ``'surrogateescape'`` | Replace byte with surrogate U+DCxx. | +| ``'surrogateescape'`` | Replace byte with surrogate U+DCxx, as defined| +| | in :pep:`383`. | +-------------------------+-----------------------------------------------+ In addition, the following error handlers are specific to a single codec: