Skip to content

Commit 0d8f878

Browse files
Add new versionchanged directives.
1 parent 0d8b49b commit 0d8f878

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/fcntl.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ The module defines the following functions:
124124
.. versionchanged:: 3.14
125125
Add support of arbitrary :term:`bytes-like objects <bytes-like object>`,
126126
not only :class:`bytes`.
127+
128+
.. versionchanged:: next
127129
The size of bytes-like objects is no longer limited to 1024 bytes.
128130

129131

@@ -184,6 +186,8 @@ The module defines the following functions:
184186
.. versionchanged:: 3.14
185187
The GIL is always released during a system call.
186188
System calls failing with EINTR are automatically retried.
189+
190+
.. versionchanged:: next
187191
The size of not mutated bytes-like objects is no longer
188192
limited to 1024 bytes.
189193

0 commit comments

Comments
 (0)