diff options
author | Martin Panter <vadmium> | 2015-09-11 23:39:34 +0000 |
---|---|---|
committer | Martin Panter <vadmium> | 2015-09-11 23:39:34 +0000 |
commit | a094191febab7931881c41e622fd43e22c5a2b9c (patch) | |
tree | 39df062a0405c8ca57f527674e791a1384cc7d26 | |
parent | 5946ed0d3963ba61428d51a774ba7a844eff46f2 (diff) | |
download | cpython-a094191febab7931881c41e622fd43e22c5a2b9c.tar.gz |
Issue #25063: socket.sendfile() does not exist in 3.4
Remove notice that was backported in revision 50527a1b769c.
-rw-r--r-- | Doc/library/os.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 984f2dd687..916f5e56cf 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1099,11 +1099,6 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window Availability: Unix. - .. note:: - - For a higher-level wrapper of :func:`sendfile`, see - :mod:`socket.socket.sendfile`. - .. versionadded:: 3.3 |