Browse Source

Issue #25063: socket.sendfile() does not exist in 3.4

Remove notice that was backported in revision 50527a1b769c.
pull/40/head
Martin Panter 11 years ago
parent
commit
f9b6875259
  1. 5
      Doc/library/os.rst

5
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

Loading…
Cancel
Save