Skip to content

Commit d88f735

Browse files
committed
Issue #18673: Add versionchanged to docs
1 parent 177b3f9 commit d88f735

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/os.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,10 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
924924
These constants are GNU extensions and not present if they are not defined by
925925
the C library.
926926

927+
.. versionchanged:: 3.4
928+
Add :data:`O_TMPFILE` constant. It's only available on Linux Kernel 3.11
929+
or newer.
930+
927931

928932
.. function:: openpty()
929933

0 commit comments

Comments
 (0)