diff options
author | Guido van Rossum <guido@python.org> | 2016-01-06 19:23:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2016-01-06 19:23:31 (GMT) |
commit | b1360543e53b36e1a6833fee47caeeaea40aa26a (patch) | |
tree | 40e321f3889bca61c00a01573bc95572e8173427 | |
parent | df85946e8a5586b6dc4f242d7fa24ea04a2044f8 (diff) | |
download | cpython-b1360543e53b36e1a6833fee47caeeaea40aa26a.zip cpython-b1360543e53b36e1a6833fee47caeeaea40aa26a.tar.gz cpython-b1360543e53b36e1a6833fee47caeeaea40aa26a.tar.bz2 |
Add versionadded (3.4.5) to docs for issue #22570.
-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 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 |