From f9b687525950999a08862b1339a62a0a163d7228 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Fri, 11 Sep 2015 23:39:34 +0000 Subject: [PATCH] Issue #25063: socket.sendfile() does not exist in 3.4 Remove notice that was backported in revision 50527a1b769c. --- Doc/library/os.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 984f2dd6871..916f5e56cfb 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1099,11 +1099,6 @@ or `the MSDN `_ on Window Availability: Unix. - .. note:: - - For a higher-level wrapper of :func:`sendfile`, see - :mod:`socket.socket.sendfile`. - .. versionadded:: 3.3