Add a versionadded directive to os.PathLike

This commit is contained in:
Berker Peksag 2016-06-10 08:43:54 +03:00
parent 1080d13a7d
commit b18ffb4dd8
1 changed files with 2 additions and 0 deletions

View 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.