[Python-checkins] r63373 - python/trunk/Doc/library/os.rst

georg.brandl python-checkins at python.org
Fri May 16 15:41:27 CEST 2008


Author: georg.brandl
Date: Fri May 16 15:41:26 2008
New Revision: 63373

Log:
Document O_ASYNC addition.


Modified:
   python/trunk/Doc/library/os.rst

Modified: python/trunk/Doc/library/os.rst
==============================================================================
--- python/trunk/Doc/library/os.rst	(original)
+++ python/trunk/Doc/library/os.rst	Fri May 16 15:41:26 2008
@@ -717,7 +717,8 @@
    combined using the bitwise OR operator ``|``. Availability: Windows.
 
 
-.. data:: O_DIRECT
+.. data:: O_ASYNC
+          O_DIRECT
           O_DIRECTORY
           O_NOFOLLOW
           O_NOATIME


More information about the Python-checkins mailing list