From e59958f8b6815f51f6c33b6a613cf8467ca18a11 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Tue, 17 Nov 2020 19:57:03 +0000 Subject: =?UTF-8?q?bpo-41625:=20Specify=20that=20Linux=20>=3D=202.6.17=20*?= =?UTF-8?q?and*=20glibc=20>=3D=202.5=20are=20requir=E2=80=A6=20(GH-23351)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …ed for splice() --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 648c52b..a4c5fbb 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1441,7 +1441,7 @@ or `the MSDN `_ 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 -- cgit v0.12