summaryrefslogtreecommitdiff
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index cd55099c3e..89b2ac634c 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1074,6 +1074,8 @@ are always available. They are listed here in alphabetical order.
exception, the function now retries the system call instead of raising an
:exc:`InterruptedError` exception (see :pep:`475` for the rationale).
+ .. versionchanged:: 3.5
+ The ``'namereplace'`` error handler was added.
.. function:: ord(c)