From: Berker Peksag Date: Mon, 11 Apr 2016 10:49:46 +0000 (+0300) Subject: Add a versionchanged directive to document addition of the new 'namereplace' error... X-Git-Tag: v3.6.0a1~232^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c57da0e48f08f8f5b0ef69eb76eff2618e40b05;p=thirdparty%2FPython%2Fcpython.git Add a versionchanged directive to document addition of the new 'namereplace' error handler. Reported by Robert on docs@p.o. --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index cd55099c3eed..89b2ac634ca3 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)