We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177b3f9 commit d88f735Copy full SHA for d88f735
1 file changed
Doc/library/os.rst
@@ -924,6 +924,10 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
924
These constants are GNU extensions and not present if they are not defined by
925
the C library.
926
927
+ .. versionchanged:: 3.4
928
+ Add :data:`O_TMPFILE` constant. It's only available on Linux Kernel 3.11
929
+ or newer.
930
+
931
932
.. function:: openpty()
933
0 commit comments