diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 29298c715f7..9c8ca58b33f 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