We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8b49b commit 0d8f878Copy full SHA for 0d8f878
Doc/library/fcntl.rst
@@ -124,6 +124,8 @@ The module defines the following functions:
124
.. versionchanged:: 3.14
125
Add support of arbitrary :term:`bytes-like objects <bytes-like object>`,
126
not only :class:`bytes`.
127
+
128
+ .. versionchanged:: next
129
The size of bytes-like objects is no longer limited to 1024 bytes.
130
131
@@ -184,6 +186,8 @@ The module defines the following functions:
184
186
185
187
The GIL is always released during a system call.
188
System calls failing with EINTR are automatically retried.
189
190
191
The size of not mutated bytes-like objects is no longer
192
limited to 1024 bytes.
193
0 commit comments