diff options
author | Guido van Rossum <guido@python.org> | 2016-01-06 19:26:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2016-01-06 19:26:36 (GMT) |
commit | 05075203c5577120b6f49b377d04cc0de8ef5bf2 (patch) | |
tree | f0e55407993e51f072ee92fd8d127d767c422af4 /Doc/library/pathlib.rst | |
parent | 406005144ba0ade4702f439a8f56d6c3c1332a15 (diff) | |
parent | b1360543e53b36e1a6833fee47caeeaea40aa26a (diff) | |
download | cpython-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)
Diffstat (limited to 'Doc/library/pathlib.rst')
-rw-r--r-- | Doc/library/pathlib.rst | 1 |
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 |