diff options
author | Georg Brandl <georg@python.org> | 2007-12-01 13:31:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-01 13:31:39 (GMT) |
commit | 7e9df35b8f5599f43d614c46c0c349e83395f67f (patch) | |
tree | d4117495f7cad26ec665581d9afad506c76bb8ea /Doc | |
parent | 938526609f4bd3af2ab9660fa57065cd77674388 (diff) | |
download | cpython-7e9df35b8f5599f43d614c46c0c349e83395f67f.zip cpython-7e9df35b8f5599f43d614c46c0c349e83395f67f.tar.gz cpython-7e9df35b8f5599f43d614c46c0c349e83395f67f.tar.bz2 |
Remove merged versionadded tags from os docs.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/os.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 1b5eb49..4dbeac3 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -114,10 +114,6 @@ process and user. automatically when an item is deleted from ``os.environ``, and when one of the :meth:`pop` or :meth:`clear` methods is called. - .. versionchanged:: 2.6 - Also unset environment variables when calling :meth:`os.environ.clear` - and :meth:`os.environ.pop`. - .. function:: chdir(path) fchdir(fd) @@ -422,8 +418,6 @@ by file descriptors. Change the mode of the file given by *fd* to the numeric *mode*. See the docs for :func:`chmod` for possible values of *mode*. Availability: Unix. - .. versionadded:: 2.6 - .. function:: fchown(fd, uid, gid) @@ -431,8 +425,6 @@ by file descriptors. and *gid*. To leave one of the ids unchanged, set it to -1. Availability: Unix. - .. versionadded:: 2.6 - .. function:: fdatasync(fd) @@ -803,8 +795,6 @@ Files and Directories affects the symlink rather than the target. See the docs for :func:`chmod` for possible values of *mode*. Availability: Unix. - .. versionadded:: 2.6 - .. function:: lchown(path, uid, gid) |