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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d88f735f1713cc436934be93bf8be98129974b74;p=thirdparty%2FPython%2Fcpython.git Issue #18673: Add versionchanged to docs --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index cfcb062d40c5..82d05ed25b4d 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()