Issue #18673: Add versionchanged to docs

This commit is contained in:
Christian Heimes 2013-08-16 14:37:50 +02:00
parent 177b3f9982
commit d88f735f17
1 changed files with 4 additions and 0 deletions

View 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()