[Python-checkins] cpython (merge 3.5 -> default): Add a versionchanged directive to document addition of the new 'namereplace'

berker.peksag python-checkins at python.org
Mon Apr 11 06:49:17 EDT 2016


https://hg.python.org/cpython/rev/3ba2eb4d1836
changeset:   100928:3ba2eb4d1836
parent:      100926:2f41847540dc
parent:      100927:3735a033791b
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Apr 11 13:50:04 2016 +0300
summary:
  Add a versionchanged directive to document addition of the new 'namereplace' error handler.

Reported by Robert on docs at p.o.

files:
  Doc/library/functions.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1074,6 +1074,8 @@
       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)
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list