Merge with 3.4

This commit is contained in:
Georg Brandl 2015-02-25 13:07:03 +01:00
commit 961dfa10a6
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ functions:
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, ``'<27>'``) for decoding errors.
character) for decoding errors.
.. function:: ignore_errors(exception)