From: Berker Peksag Date: Fri, 10 Jun 2016 05:43:54 +0000 (+0300) Subject: Add a versionadded directive to os.PathLike X-Git-Tag: v3.6.0a2~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b18ffb4dd8904e5080224b83309227f95a50c757;p=thirdparty%2FPython%2Fcpython.git Add a versionadded directive to os.PathLike --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 4070bf5fc3c0..b06b4141fe6c 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.