[Python-checkins] cpython (3.4): Issue #25063: socket.sendfile() does not exist in 3.4

martin.panter python-checkins at python.org
Sat Sep 12 01:56:34 CEST 2015


https://hg.python.org/cpython/rev/3d9cbbad8a04
changeset:   97930:3d9cbbad8a04
branch:      3.4
parent:      97927:152568976062
user:        Martin Panter <vadmium>
date:        Fri Sep 11 23:39:34 2015 +0000
summary:
  Issue #25063: socket.sendfile() does not exist in 3.4

Remove notice that was backported in revision 50527a1b769c.

files:
  Doc/library/os.rst |  5 -----
  1 files changed, 0 insertions(+), 5 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1099,11 +1099,6 @@
 
    Availability: Unix.
 
-   .. note::
-
-      For a higher-level wrapper of :func:`sendfile`, see
-      :mod:`socket.socket.sendfile`.
-
    .. versionadded:: 3.3
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list