[Python-checkins] cpython (3.4): Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE
larry.hastings
python-checkins at python.org
Thu Feb 26 14:59:40 CET 2015
https://hg.python.org/cpython/rev/b4cbecbc0781
changeset: 94760:b4cbecbc0781
branch: 3.4
tag: v3.4.3
user: Larry Hastings <larry at hastings.org>
date: Wed Feb 25 04:15:33 2015 -0800
summary:
Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE
files:
Doc/library/codecs.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -393,7 +393,7 @@
Implements the ``'replace'`` error handling (for :term:`text encodings
<text encoding>` only): substitutes ``'?'`` for encoding errors
(to be encoded by the codec), and ``'\ufffd'`` (the Unicode replacement
- character, ``'�'``) for decoding errors.
+ character) for decoding errors.
.. function:: ignore_errors(exception)
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list