mirror of https://github.com/python/cpython
Add a versionchanged directive to document addition of the new 'namereplace' error handler.
Reported by Robert on docs@p.o.
This commit is contained in:
parent
a1f5f8bc79
commit
2c57da0e48
|
@ -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
|
exception, the function now retries the system call instead of raising an
|
||||||
:exc:`InterruptedError` exception (see :pep:`475` for the rationale).
|
:exc:`InterruptedError` exception (see :pep:`475` for the rationale).
|
||||||
|
|
||||||
|
.. versionchanged:: 3.5
|
||||||
|
The ``'namereplace'`` error handler was added.
|
||||||
|
|
||||||
.. function:: ord(c)
|
.. function:: ord(c)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue