From: Guido van Rossum Date: Wed, 6 Jan 2016 19:23:31 +0000 (-0800) Subject: Add versionadded (3.4.5) to docs for issue #22570. X-Git-Tag: v3.4.5rc1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1360543e53b36e1a6833fee47caeeaea40aa26a;p=thirdparty%2FPython%2Fcpython.git Add versionadded (3.4.5) to docs for issue #22570. --- diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 05c5d722ef7d..cb066bdc094e 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