mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-23351)
…ed for splice()
This commit is contained in:
parent
266b462238
commit
e59958f8b6
1 changed files with 1 additions and 1 deletions
|
@ -1441,7 +1441,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
|
|||
make sense to block because there are no writers connected to the write end
|
||||
of the pipe.
|
||||
|
||||
.. availability:: Linux kernel >= 2.6.17 or glibc >= 2.5
|
||||
.. availability:: Linux kernel >= 2.6.17 and glibc >= 2.5
|
||||
|
||||
.. versionadded:: 3.10
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue