From ae6b9f3cb22df80118dfe470ac2130fe0aa716a1 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 16 May 2008 13:41:26 +0000 Subject: [PATCH] Document O_ASYNC addition. --- Doc/library/os.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index b2d8f80857..6964183ca0 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 -- 2.40.0