summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-16 13:41:26 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-16 13:41:26 (GMT)
commitae6b9f3cb22df80118dfe470ac2130fe0aa716a1 (patch)
treed22c2fba5d7d6327757ae1725dd92ae1e2a62fce
parentecf9091f59c31ca868dbf2d9626a9a697c1a084b (diff)
downloadcpython-ae6b9f3cb22df80118dfe470ac2130fe0aa716a1.zip
cpython-ae6b9f3cb22df80118dfe470ac2130fe0aa716a1.tar.gz
cpython-ae6b9f3cb22df80118dfe470ac2130fe0aa716a1.tar.bz2
Document O_ASYNC addition.
-rw-r--r--Doc/library/os.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index b2d8f80..6964183 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -717,7 +717,8 @@ platforms. For descriptions of their availability and use, consult
combined using the bitwise OR operator ``|``. Availability: Windows.
-.. data:: O_DIRECT
+.. data:: O_ASYNC
+ O_DIRECT
O_DIRECTORY
O_NOFOLLOW
O_NOATIME