]> granicus.if.org Git - python/commitdiff
Add a versionchanged directive to document addition of the new 'namereplace' error...
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 11 Apr 2016 10:49:46 +0000 (13:49 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 11 Apr 2016 10:49:46 +0000 (13:49 +0300)
Reported by Robert on docs@p.o.

Doc/library/functions.rst

index cd55099c3eedc2d892dc74a5c8fa778885e602d9..89b2ac634ca3b6b18fdb588ee523a5f560ec9355 100644 (file)
@@ -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)