diff options
author | Christian Heimes <christian@cheimes.de> | 2013-08-16 12:37:50 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-08-16 12:37:50 (GMT) |
commit | d88f735f1713cc436934be93bf8be98129974b74 (patch) | |
tree | d7f4e305bd6edfb5a606b5cc543e94ad91db78e9 /Doc/library | |
parent | 177b3f9982732bfbe7051b9d761882a7a744ee66 (diff) | |
download | cpython-d88f735f1713cc436934be93bf8be98129974b74.zip cpython-d88f735f1713cc436934be93bf8be98129974b74.tar.gz cpython-d88f735f1713cc436934be93bf8be98129974b74.tar.bz2 |
Issue #18673: Add versionchanged to docs
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/os.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index cfcb062..82d05ed 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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() |