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

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


https://hg.python.org/cpython/rev/3735a033791b
changeset: 100927:3735a033791b
branch: 3.5
parent: 100924:9520682b928d
user: Berker Peksag <berker.peksag at gmail.com>
date: Mon Apr 11 13:49:46 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

AltStyle によって変換されたページ (->オリジナル) /