mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #18673: Add versionchanged to docs
This commit is contained in:
parent
177b3f9982
commit
d88f735f17
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue