From: Martin v. Löwis Date: Mon, 29 Jun 2009 06:36:33 +0000 (+0000) Subject: Merged revisions 73673 via svnmerge from X-Git-Tag: v3.1.1rc1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6870f26d264d6242b3f61f01e306609b688f9c8f;p=python Merged revisions 73673 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r73673 | martin.v.loewis | 2009-06-29 08:35:26 +0200 (Mo, 29 Jun 2009) | 2 lines 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: