Kaydet (Commit) b18ffb4d authored tarafından Berker Peksag's avatar Berker Peksag

Add a versionadded directive to os.PathLike

üst 1080d13a
...@@ -209,6 +209,8 @@ process and user. ...@@ -209,6 +209,8 @@ process and user.
An :term:`abstract base class` for objects representing a file system path, An :term:`abstract base class` for objects representing a file system path,
e.g. :class:`pathlib.PurePath`. e.g. :class:`pathlib.PurePath`.
.. versionadded:: 3.6
.. abstractmethod:: __fspath__() .. abstractmethod:: __fspath__()
Return the file system path representation of the object. Return the file system path representation of the object.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment