summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2016-01-06 19:23:31 (GMT)
committerGuido van Rossum <guido@python.org>2016-01-06 19:23:31 (GMT)
commitb1360543e53b36e1a6833fee47caeeaea40aa26a (patch)
tree40e321f3889bca61c00a01573bc95572e8173427 /Doc/library
parentdf85946e8a5586b6dc4f242d7fa24ea04a2044f8 (diff)
downloadcpython-b1360543e53b36e1a6833fee47caeeaea40aa26a.zip
cpython-b1360543e53b36e1a6833fee47caeeaea40aa26a.tar.gz
cpython-b1360543e53b36e1a6833fee47caeeaea40aa26a.tar.bz2
Add versionadded (3.4.5) to docs for issue #22570.
Diffstat (limited to 'Doc/library')
-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 05c5d72..cb066bd 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