summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-17 09:49:37 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-17 09:50:39 (GMT)
commit401bfc69d1258fde07141cd1a12af00aa44a8e0f (patch)
treea007d598bd18eb7b70de8127ff4697125229b68d /Doc/library
parentb9a492b809d8765ee365a5dd3c6ba4e5130a80af (diff)
downloadcpython-401bfc69d1258fde07141cd1a12af00aa44a8e0f.zip
cpython-401bfc69d1258fde07141cd1a12af00aa44a8e0f.tar.gz
cpython-401bfc69d1258fde07141cd1a12af00aa44a8e0f.tar.bz2
Python 3.14.0a3v3.14.0a3
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/ctypes.rst4
-rw-r--r--Doc/library/errno.rst2
-rw-r--r--Doc/library/select.rst2
-rw-r--r--Doc/library/stdtypes.rst4
4 files changed, 6 insertions, 6 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index bd88fa3..09692e5 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1964,7 +1964,7 @@ Utility functions
.. availability:: Windows
- .. versionadded:: next
+ .. versionadded:: 3.14
.. function:: cast(obj, type)
@@ -2825,4 +2825,4 @@ Exceptions
.. availability:: Windows
- .. versionadded:: next
+ .. versionadded:: 3.14
diff --git a/Doc/library/errno.rst b/Doc/library/errno.rst
index 824d489..d803366 100644
--- a/Doc/library/errno.rst
+++ b/Doc/library/errno.rst
@@ -617,7 +617,7 @@ defined by the module. The specific list of defined symbols is available as
Memory page has hardware error.
- .. versionadded:: next
+ .. versionadded:: 3.14
.. data:: EALREADY
diff --git a/Doc/library/select.rst b/Doc/library/select.rst
index 4fcff91..457970a 100644
--- a/Doc/library/select.rst
+++ b/Doc/library/select.rst
@@ -324,7 +324,7 @@ Edge and Level Trigger Polling (epoll) Objects
:const:`EPOLLEXCLUSIVE` was added. It's only supported by Linux Kernel 4.5
or later.
- .. versionadded:: next
+ .. versionadded:: 3.14
:const:`EPOLLWAKEUP` was added. It's only supported by Linux Kernel 3.5
or later.
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index d5f7714..1918275 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -4153,7 +4153,7 @@ copying.
Count the number of occurrences of *value*.
- .. versionadded:: next
+ .. versionadded:: 3.14
.. method:: index(value, start=0, stop=sys.maxsize, /)
@@ -4162,7 +4162,7 @@ copying.
Raises a :exc:`ValueError` if *value* cannot be found.
- .. versionadded:: next
+ .. versionadded:: 3.14
There are also several readonly attributes available: