diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-10 05:43:54 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-10 05:43:54 (GMT) |
commit | b18ffb4dd8904e5080224b83309227f95a50c757 (patch) | |
tree | 873b5c90dc454803086b52be57b6fee5cada477a /Doc/library | |
parent | 1080d13a7da30df34de7862ea46525c2f19091c7 (diff) | |
download | cpython-b18ffb4dd8904e5080224b83309227f95a50c757.zip cpython-b18ffb4dd8904e5080224b83309227f95a50c757.tar.gz cpython-b18ffb4dd8904e5080224b83309227f95a50c757.tar.bz2 |
Add a versionadded directive to os.PathLike
Diffstat (limited to 'Doc/library')
-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. |