mirror of https://github.com/python/cpython
Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE
This commit is contained in:
parent
953440752e
commit
f5caf2b30b
|
@ -393,7 +393,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)
|
||||
|
|
Loading…
Reference in New Issue