diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-09-26 19:50:32 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-09-26 19:50:32 (GMT) |
commit | 8d08265f5ee09835ba725d79b0bd4800b6c8db85 (patch) | |
tree | ad0b7836839b8482858a35d4927e4f156cde64dc /Doc | |
parent | 20d458fad68a6196c85d4557532b9a9b183cd5cd (diff) | |
parent | 6129e14b216101521f5abcc20d1d8c60c1d95713 (diff) | |
download | cpython-8d08265f5ee09835ba725d79b0bd4800b6c8db85.zip cpython-8d08265f5ee09835ba725d79b0bd4800b6c8db85.tar.gz cpython-8d08265f5ee09835ba725d79b0bd4800b6c8db85.tar.bz2 |
Merge from 3.5
Diffstat (limited to 'Doc')
-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 3d03153..925a722 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1804,6 +1804,8 @@ features: This function can also support :ref:`paths relative to directory descriptors <dir_fd>`. + Availability: Unix. + .. versionadded:: 3.3 The *dir_fd* argument. |