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.
........
This commit is contained in:
Martin v. Löwis 2009-06-29 06:36:33 +00:00
parent e65abb3fb0
commit 6870f26d26
1 changed files with 2 additions and 1 deletions

View File

@ -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: