diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-11 10:50:04 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-11 10:50:04 (GMT) |
commit | 1dc2dda4e31340832df6e6015d32e14d3e0b7565 (patch) | |
tree | 747bcda4b5a04bfb8a401836031d44b6c9caa616 /Doc | |
parent | 313f4c6db655668b239d31ec0e314708b433157d (diff) | |
parent | 2c57da0e48f08f8f5b0ef69eb76eff2618e40b05 (diff) | |
download | cpython-1dc2dda4e31340832df6e6015d32e14d3e0b7565.zip cpython-1dc2dda4e31340832df6e6015d32e14d3e0b7565.tar.gz cpython-1dc2dda4e31340832df6e6015d32e14d3e0b7565.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')
-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) |