summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2016-01-06 19:26:36 (GMT)
committerGuido van Rossum <guido@python.org>2016-01-06 19:26:36 (GMT)
commit05075203c5577120b6f49b377d04cc0de8ef5bf2 (patch)
treef0e55407993e51f072ee92fd8d127d767c422af4
parent406005144ba0ade4702f439a8f56d6c3c1332a15 (diff)
parentb1360543e53b36e1a6833fee47caeeaea40aa26a (diff)
downloadcpython-05075203c5577120b6f49b377d04cc0de8ef5bf2.zip
cpython-05075203c5577120b6f49b377d04cc0de8ef5bf2.tar.gz
cpython-05075203c5577120b6f49b377d04cc0de8ef5bf2.tar.bz2
Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5)
-rw-r--r--Doc/library/pathlib.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index 29298c7..9c8ca58 100644
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -381,6 +381,7 @@ Pure paths provide the following methods and properties:
``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