]> granicus.if.org Git - python/commitdiff
Add a versionadded directive to os.PathLike
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 10 Jun 2016 05:43:54 +0000 (08:43 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 10 Jun 2016 05:43:54 +0000 (08:43 +0300)
Doc/library/os.rst

index 4070bf5fc3c0f5429a95a3d3f8fe0d7898b6b839..b06b4141fe6c846fb96bda76f6f94d784c7f31e7 100644 (file)
@@ -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.