commit | d88f735f1713cc436934be93bf8be98129974b74 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Aug 16 14:37:50 2013 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Fri Aug 16 14:37:50 2013 +0200 |
tree | d7f4e305bd6edfb5a606b5cc543e94ad91db78e9 | |
parent | 177b3f9982732bfbe7051b9d761882a7a744ee66 [diff] [blame] |
Issue #18673: Add versionchanged to docs
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 @@ 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()