]> granicus.if.org Git - python/commitdiff
Link to PEP 383.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 29 Jun 2009 06:35:26 +0000 (06:35 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 29 Jun 2009 06:35:26 +0000 (06:35 +0000)
Doc/library/codecs.rst

index e3f98efc68664d0e07531441933a7f2ee326ee40..53437ce1e52b7063c9fd04f43a01fcd2257fb779 100644 (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: