commit | 9436361e4cdd7d3dc5f42674b54995c4915afb59 | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Fri Jun 22 18:32:07 2012 +0200 |
committer | Jesus Cea <jcea@jcea.es> | Fri Jun 22 18:32:07 2012 +0200 |
tree | 18ecfd666aa3101811f6e79a5ca883293917a88b | |
parent | ff493c9c465ba9502629bf5001f690068be97f33 [diff] [blame] |
Closes #10142: Support for SEEK_HOLE/SEEK_DATA
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 28cf4b4..0be5595 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst
@@ -995,6 +995,10 @@ 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)