[Python-checkins] cpython (merge 3.4 -> 3.5): Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5)

guido.van.rossum python-checkins at python.org
Wed Jan 6 14:38:36 EST 2016


https://hg.python.org/cpython/rev/1a6b485e717f
changeset:   99787:1a6b485e717f
branch:      3.5
parent:      99785:408f8b255b56
parent:      99786:759b2cecc289
user:        Guido van Rossum <guido at python.org>
date:        Wed Jan 06 11:26:36 2016 -0800
summary:
  Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5)

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


diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -381,6 +381,7 @@
    ``arg = str(arg)``, this will still raise an exception if an object
    of some other type is given by accident.
 
+   .. versionadded:: 3.4.5
 
 .. data:: PurePath.suffix
 

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


More information about the Python-checkins mailing list