mirror of https://github.com/python/cpython
Add a versionadded directive to os.PathLike
This commit is contained in:
parent
1080d13a7d
commit
b18ffb4dd8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue