diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-11 10:49:46 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-11 10:49:46 (GMT) |
commit | 2c57da0e48f08f8f5b0ef69eb76eff2618e40b05 (patch) | |
tree | 8de98c677bec5c3c992bf1d4f61576a67d9f7c46 /Doc/library/functions.rst | |
parent | a1f5f8bc7969b5f2348f80ed296408cb8851c981 (diff) | |
download | cpython-2c57da0e48f08f8f5b0ef69eb76eff2618e40b05.zip cpython-2c57da0e48f08f8f5b0ef69eb76eff2618e40b05.tar.gz cpython-2c57da0e48f08f8f5b0ef69eb76eff2618e40b05.tar.bz2 |
Add a versionchanged directive to document addition of the new 'namereplace' error handler.
Reported by Robert on docs@p.o.
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index cd55099..89b2ac6 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) |