summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-04-26 15:05:31 (GMT)
committerJesus Cea <jcea@jcea.es>2012-04-26 15:05:31 (GMT)
commit990eff0776a948b4a45b1c2750552c0c6864b5c7 (patch)
tree76e8958258e5d8eea71c5659119825f6547dc253 /Doc/library/os.rst
parent2b47f0a23ffcb0cd86dc9eacf379fbd329b895c7 (diff)
downloadcpython-990eff0776a948b4a45b1c2750552c0c6864b5c7.zip
cpython-990eff0776a948b4a45b1c2750552c0c6864b5c7.tar.gz
cpython-990eff0776a948b4a45b1c2750552c0c6864b5c7.tar.bz2
Backing out 86dc014cdd74. Not ready yet
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index a43b434..14f9e07 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -992,10 +992,6 @@ as internal buffering of data.
Parameters to the :func:`lseek` function. Their values are 0, 1, and 2,
respectively. Availability: Windows, Unix.
- .. versionadded:: 3.3
- Some operating systems could support additional values, like
- :data:`os.SEEK_HOLE` or :data:`os.SEEK_DATA`.
-
.. function:: mkdirat(dirfd, path, mode=0o777)