summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-13 15:27:41 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-03-13 15:27:41 (GMT)
commit3b965a237ce987d9c7e2918acf3ce5c0d068fc9c (patch)
treed8d56cb8426af3a29017d3981ee37c8bd236e5c4 /Doc/library/os.rst
parentfe1c471cb17b059d12d4cd293c7be1850206f755 (diff)
downloadcpython-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.rst1
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.