summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Panter <vadmium>2015-09-11 23:39:34 (GMT)
committerMartin Panter <vadmium>2015-09-11 23:39:34 (GMT)
commitf9b687525950999a08862b1339a62a0a163d7228 (patch)
treef2a91d6edb493ada8d9b0f0b46ce3704a65fd7f4
parentea7266d7c6cde6b973e63d8dc06975660dbc11dd (diff)
downloadcpython-f9b687525950999a08862b1339a62a0a163d7228.zip
cpython-f9b687525950999a08862b1339a62a0a163d7228.tar.gz
cpython-f9b687525950999a08862b1339a62a0a163d7228.tar.bz2
Issue #25063: socket.sendfile() does not exist in 3.4
Remove notice that was backported in revision 50527a1b769c.
-rw-r--r--Doc/library/os.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 984f2dd..916f5e5 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