From b18ffb4dd8904e5080224b83309227f95a50c757 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Fri, 10 Jun 2016 08:43:54 +0300 Subject: Add a versionadded directive to os.PathLike --- Doc/library/os.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 4070bf5..b06b414 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -209,6 +209,8 @@ process and user. An :term:`abstract base class` for objects representing a file system path, e.g. :class:`pathlib.PurePath`. + .. versionadded:: 3.6 + .. abstractmethod:: __fspath__() Return the file system path representation of the object. -- cgit v0.12