https://github.com/python/cpython/commit/e59958f8b6815f51f6c33b6a613cf8467ca18a11 commit: e59958f8b6815f51f6c33b6a613cf8467ca18a11 branch: master author: Pablo Galindo <Pablogsal at gmail.com> committer: miss-islington <31488909+miss-islington at users.noreply.github.com> date: 2020年11月17日T11:57:03-08:00 summary: bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-23351) …ed for splice() files: M Doc/library/os.rst diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 648c52b4705d9..a4c5fbb481521 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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