[Python-checkins] r73674 - in python/branches/release31-maint: Doc/library/codecs.rst

martin.v.loewis python-checkins at python.org
Mon Jun 29 08:36:33 CEST 2009


Author: martin.v.loewis
Date: Mon Jun 29 08:36:33 2009
New Revision: 73674

Log:
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.
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Doc/library/codecs.rst

Modified: python/branches/release31-maint/Doc/library/codecs.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/codecs.rst	(original)
+++ python/branches/release31-maint/Doc/library/codecs.rst	Mon Jun 29 08:36:33 2009
@@ -322,7 +322,8 @@
 | ``'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:


More information about the Python-checkins mailing list