diff options
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 4070bf5..b06b414 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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. |