summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-10 05:43:54 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-06-10 05:43:54 (GMT)
commitb18ffb4dd8904e5080224b83309227f95a50c757 (patch)
tree873b5c90dc454803086b52be57b6fee5cada477a /Doc/library/os.rst
parent1080d13a7da30df34de7862ea46525c2f19091c7 (diff)
downloadcpython-b18ffb4dd8904e5080224b83309227f95a50c757.zip
cpython-b18ffb4dd8904e5080224b83309227f95a50c757.tar.gz
cpython-b18ffb4dd8904e5080224b83309227f95a50c757.tar.bz2
Add a versionadded directive to os.PathLike
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst2
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.