]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-23351)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 17 Nov 2020 19:57:03 +0000 (19:57 +0000)
committerGitHub <noreply@github.com>
Tue, 17 Nov 2020 19:57:03 +0000 (11:57 -0800)
…ed for splice()

Doc/library/os.rst

index 648c52b4705d904b3ff96801131d123006dbe37b..a4c5fbb481521e2b632483c54210e2213fe85d25 100644 (file)
@@ -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