From b1360543e53b36e1a6833fee47caeeaea40aa26a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 6 Jan 2016 11:23:31 -0800 Subject: Add versionadded (3.4.5) to docs for issue #22570. --- Doc/library/pathlib.rst | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12