From: Christian Heimes Date: Fri, 16 Aug 2013 12:37:50 +0000 (+0200) Subject: Issue #18673: Add versionchanged to docs X-Git-Tag: v3.4.0a2~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d88f735f1713cc436934be93bf8be98129974b74;p=python Issue #18673: Add versionchanged to docs --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index cfcb062d40..82d05ed25b 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -924,6 +924,10 @@ or `the MSDN `_ on Window These constants are GNU extensions and not present if they are not defined by the C library. + .. versionchanged:: 3.4 + Add :data:`O_TMPFILE` constant. It's only available on Linux Kernel 3.11 + or newer. + .. function:: openpty()