]> granicus.if.org Git - python/commitdiff
Issue #18673: Add versionchanged to docs
authorChristian Heimes <christian@cheimes.de>
Fri, 16 Aug 2013 12:37:50 +0000 (14:37 +0200)
committerChristian Heimes <christian@cheimes.de>
Fri, 16 Aug 2013 12:37:50 +0000 (14:37 +0200)
Doc/library/os.rst

index cfcb062d40c5e7f2fb63ce004622bad8d7191398..82d05ed25b4d94355cb098b04610f20b928a9ad2 100644 (file)
@@ -924,6 +924,10 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ 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()