diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-03-13 15:27:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-03-13 15:27:41 (GMT) |
commit | 3b965a237ce987d9c7e2918acf3ce5c0d068fc9c (patch) | |
tree | d8d56cb8426af3a29017d3981ee37c8bd236e5c4 /Doc/library/os.rst | |
parent | fe1c471cb17b059d12d4cd293c7be1850206f755 (diff) | |
download | cpython-3b965a237ce987d9c7e2918acf3ce5c0d068fc9c.zip cpython-3b965a237ce987d9c7e2918acf3ce5c0d068fc9c.tar.gz cpython-3b965a237ce987d9c7e2918acf3ce5c0d068fc9c.tar.bz2 |
expose O_PATH if possible
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index d854474..344218c 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1137,6 +1137,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window O_DIRECTORY O_NOFOLLOW O_NOATIME + O_PATH These constants are GNU extensions and not present if they are not defined by the C library. |