mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add a versionadded directive to os.PathLike
This commit is contained in:
parent
1080d13a7d
commit
b18ffb4dd8
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue