From: Georg Brandl Date: Fri, 16 May 2008 13:41:26 +0000 (+0000) Subject: Document O_ASYNC addition. X-Git-Tag: v2.6b1~376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae6b9f3cb22df80118dfe470ac2130fe0aa716a1;p=thirdparty%2FPython%2Fcpython.git Document O_ASYNC addition. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index b2d8f8085732..6964183ca027 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