From: Martin Panter Date: Fri, 11 Sep 2015 23:39:34 +0000 (+0000) Subject: Issue #25063: socket.sendfile() does not exist in 3.4 X-Git-Tag: v3.5.1rc1~372^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9b687525950999a08862b1339a62a0a163d7228;p=thirdparty%2FPython%2Fcpython.git Issue #25063: socket.sendfile() does not exist in 3.4 Remove notice that was backported in revision 50527a1b769c. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 984f2dd68710..916f5e56cfb5 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