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

ezio.melotti python-checkins at python.org
Sat Feb 27 14:55:48 CET 2010


Author: ezio.melotti
Date: Sat Feb 27 14:55:48 2010
New Revision: 78492
Log:
Merged revisions 78491 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
 r78491 | ezio.melotti | 2010年02月27日 15:54:27 +0200 (2010年2月27日) | 9 lines
 
 Merged revisions 78489 via svnmerge from 
 svn+ssh://pythondev@svn.python.org/python/trunk
 
 ........
 r78489 | ezio.melotti | 2010年02月27日 15:50:35 +0200 (2010年2月27日) | 1 line
 
 Fix missing parenthesis.
 ........
................
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	Sat Feb 27 14:55:48 2010
@@ -77,7 +77,7 @@
 * ``'xmlcharrefreplace'``: replace with the appropriate XML character
 reference (for encoding only)
 * ``'backslashreplace'``: replace with backslashed escape sequences (for
- encoding only
+ encoding only)
 * ``'surrogateescape'``: replace with surrogate U+DCxx, see :pep:`383`
 
 as well as any other error handling name defined via :func:`register_error`.


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /