commit | e59958f8b6815f51f6c33b6a613cf8467ca18a11 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Tue Nov 17 19:57:03 2020 +0000 |
committer | GitHub <noreply@github.com> | Tue Nov 17 11:57:03 2020 -0800 |
tree | fb5b27d881d0ee43ed08a53ca2a9498a3fe0ede4 | |
parent | 266b462238bddec0213effad3650f19c56511e9f [diff] [blame] |
bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-23351) …ed for splice()
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 @@ 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