diff options
author | Georg Brandl <georg@python.org> | 2008-05-16 13:41:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-16 13:41:26 (GMT) |
commit | ae6b9f3cb22df80118dfe470ac2130fe0aa716a1 (patch) | |
tree | d22c2fba5d7d6327757ae1725dd92ae1e2a62fce | |
parent | ecf9091f59c31ca868dbf2d9626a9a697c1a084b (diff) | |
download | cpython-ae6b9f3cb22df80118dfe470ac2130fe0aa716a1.zip cpython-ae6b9f3cb22df80118dfe470ac2130fe0aa716a1.tar.gz cpython-ae6b9f3cb22df80118dfe470ac2130fe0aa716a1.tar.bz2 |
Document O_ASYNC addition.
-rw-r--r-- | Doc/library/os.rst | 3 |
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 |